 |
BrokerIsLifeAndHealth Property |
Is Life And Health
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> IsLifeAndHealth { get; set; }
Public Property IsLifeAndHealth As Nullable(Of Boolean)
Get
Set
Dim instance As Broker
Dim value As Nullable(Of Boolean)
value = instance.IsLifeAndHealth
instance.IsLifeAndHealth = value
Property Value
Type:
NullableBoolean
IsLifeAndHealth As Boolean?.
Remarks Note |
---|
|
See Also