 |
BrokerIsBenefits Property |
Is Benefits
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.Account.Broker
Assembly:
ASI.TAM.API.Data.UI.Account.Broker (in ASI.TAM.API.Data.UI.Account.Broker.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<bool> IsBenefits { get; set; }
Public Property IsBenefits As Nullable(Of Boolean)
Get
Set
Dim instance As Broker
Dim value As Nullable(Of Boolean)
value = instance.IsBenefits
instance.IsBenefits = value
Property Value
Type:
NullableBoolean
IsBenefits As Boolean?.
Remarks Note |
---|
|
See Also