TypeWorkElementWorkElementName Property |
The name of the work element, unique among the sibling elements within the parent work element. [Required] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string WorkElementName { get; set; }
Public Property WorkElementName As String
Get
Set
public:
property String^ WorkElementName {
String^ get ();
void set (String^ value);
}
member WorkElementName : string with get, set
Property Value
Type:
String
See Also