ServiceTypeServiceObjectType Property |
The service object type to which this service type is applicable. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ServiceObjectType ServiceObjectType { get; set; }
Public Property ServiceObjectType As ServiceObjectType
Get
Set
public:
property ServiceObjectType^ ServiceObjectType {
ServiceObjectType^ get ();
void set (ServiceObjectType^ value);
}
member ServiceObjectType : ServiceObjectType with get, set
Property Value
Type:
ServiceObjectType
See Also