ProcessElementElementSubtype Property |
Subtype of the element. Each type allows only certain types of sub-types. [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 ProcessElementsRepositoryElementSubtype ElementSubtype { get; set; }
Public Property ElementSubtype As ProcessElementsRepositoryElementSubtype
Get
Set
public:
property ProcessElementsRepositoryElementSubtype^ ElementSubtype {
ProcessElementsRepositoryElementSubtype^ get ();
void set (ProcessElementsRepositoryElementSubtype^ value);
}
member ElementSubtype : ProcessElementsRepositoryElementSubtype with get, set
Property Value
Type:
ProcessElementsRepositoryElementSubtype
See Also