 |
AttachmentIsInactive Property |
Displays whether the attachment is inactive.
Created in Epic SDK V4.1.
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 bool IsInactive { get; set; }
Public Property IsInactive As Boolean
Get
Set
Dim instance As Attachment
Dim value As Boolean
value = instance.IsInactive
instance.IsInactive = value
Property Value
Type:
Boolean
IsInactive As Boolean.
Remarks Note |
---|
|
See Also