 |
AttachmentDoNotPurge Property |
DoNotPurge
Created in Epic SDK 2020.
Namespace:
ASI.TAM.API.Data.UI.Attachment
Assembly:
ASI.TAM.API.Data.UI.Attachment (in ASI.TAM.API.Data.UI.Attachment.dll) Version: 2020.1.0.1
Syntaxpublic Nullable<bool> DoNotPurge { get; set; }
Public Property DoNotPurge As Nullable(Of Boolean)
Get
Set
Dim instance As Attachment
Dim value As Nullable(Of Boolean)
value = instance.DoNotPurge
instance.DoNotPurge = value
Property Value
Type:
NullableBoolean
DoNotPurge As Boolean?.
Remarks Note |
---|
|
See Also