 |
SalesIsExecutive Property |
Is Executive
Created in Epic SDK 2017 R2.
Namespace:
ASI.TAM.API.Data.UI.Account.Employee
Assembly:
ASI.TAM.API.Data.UI.Account.Employee (in ASI.TAM.API.Data.UI.Account.Employee.dll) Version: 2021.2.0.769
Syntaxpublic bool IsExecutive { get; set; }
Public Property IsExecutive As Boolean
Get
Set
Dim instance As Sales
Dim value As Boolean
value = instance.IsExecutive
instance.IsExecutive = value
Property Value
Type:
Boolean
IsExecutive As Boolean.
Remarks Note |
---|
|
See Also