ProductTypeIsServiceActivityService Property |
True when the product corresponds to service used in service documents (like service activities). [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsServiceActivityService { get; set; }
Public Property IsServiceActivityService As Boolean
Get
Set
public:
property bool IsServiceActivityService {
bool get ();
void set (bool value);
}
member IsServiceActivityService : bool with get, set
Property Value
Type:
Boolean
See Also