ServiceActivityServiceServiceName Property |
Description of the conducted service. The description may vary (contain additional information) from the standart name of the service. [Required] [Filter(like)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ServiceName { get; set; }
Public Property ServiceName As String
Get
Set
public:
property String^ ServiceName {
String^ get ();
void set (String^ value);
}
member ServiceName : string with get, set
Property Value
Type:
String
See Also