ServiceObjectTypeName Property |
The name of this ServiceObjectType. [Required] [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
Property Value
Type:
String
See Also