ServiceActivityMaterialServiceObject Property |
The service object for which the material is used. null means unkown object or N/A. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ServiceObject ServiceObject { get; set; }
Public Property ServiceObject As ServiceObject
Get
Set
public:
property ServiceObject^ ServiceObject {
ServiceObject^ get ();
void set (ServiceObject^ value);
}
member ServiceObject : ServiceObject with get, set
Property Value
Type:
ServiceObject
See Also