 |
AccountAddressDescription Property |
Auto-validated depending on configuration setting.
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 AddressDescription { get; set; }
Public Property AddressDescription As String
Get
Set
Dim instance As Account
Dim value As String
value = instance.AddressDescription
instance.AddressDescription = value
Property Value
Type:
String
AddressDescription As String.
Remarks Note |
---|
- Name - AddressDescription
- Length - 50
- Accepts Multiple Lines - False
- Required On Insert - False
- Required On Update - False
|
See Also