 |
AccountAllStructuresSelectedOption Property |
Option used to select all structures, or only those selected by the user.
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: 2023.1.0.1249
Syntaxpublic OptionType AllStructuresSelectedOption { get; set; }
Public Property AllStructuresSelectedOption As OptionType
Get
Set
Dim instance As Account
Dim value As OptionType
value = instance.AllStructuresSelectedOption
instance.AllStructuresSelectedOption = value
Property Value
Type:
OptionType
Remarks
See Also