 |
AttachmentComments Property |
Comments
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 string Comments { get; set; }
Public Property Comments As String
Get
Set
Dim instance As Attachment
Dim value As String
value = instance.Comments
instance.Comments = value
Property Value
Type:
String
Comments As String.
Remarks Note |
---|
- Name - Comments
- Length - 500
- Required On Insert - False
- Required On Update - False
|
See Also