 |
AccountComments Property |
Comments
Created in Epic SDK V6.0.
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 string Comments { get; set; }
Public Property Comments As String
Get
Set
Dim instance As Account
Dim value As String
value = instance.Comments
instance.Comments = value
Property Value
Type:
String
Comments As String.
Remarks Note |
---|
- Name - Comments
- Length - 500
- Accepts Multiple Lines - True
- Required On Insert - False
- Required On Update - False
|
See Also