 |
BrokerDoNotPurge Property |
Do Not Purge
Created in Epic SDK 2019.
Sometimes Required
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> DoNotPurge { get; set; }
Public Property DoNotPurge As Nullable(Of Boolean)
Get
Set
Dim instance As Broker
Dim value As Nullable(Of Boolean)
value = instance.DoNotPurge
instance.DoNotPurge = value
Property Value
Type:
NullableBoolean
DoNotPurge As Boolean?.
Remarks Note |
---|
|
See Also