ProcessElementElementType Property |
Basic type of the element. A=Activity; E=Event; G=Gateway; C=Artifact. [Required] [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProcessElementsRepositoryElementType ElementType { get; set; }
Public Property ElementType As ProcessElementsRepositoryElementType
Get
Set
public:
property ProcessElementsRepositoryElementType^ ElementType {
ProcessElementsRepositoryElementType^ get ();
void set (ProcessElementsRepositoryElementType^ value);
}
member ElementType : ProcessElementsRepositoryElementType with get, set
Property Value
Type:
ProcessElementsRepositoryElementType
See Also