 |
AttachmentDescription Property |
Description
Created in Epic SDK V4.1.
Required
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 string Description { get; set; }
Public Property Description As String
Get
Set
Dim instance As Attachment
Dim value As String
value = instance.Description
instance.Description = value
Property Value
Type:
String
Description As String.
Remarks Note |
---|
- Name - Description
- Length - 125
- Required On Insert - True
- Required On Update - True
|
See Also