 |
BrokerAccountName Property |
If blank, defaults based on the business name. Although, if the name created exceeds 100 characters an error will display.
Created in Epic SDK V6.0.
Sometimes Required
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.2.0.769
Syntaxpublic string AccountName { get; set; }
Public Property AccountName As String
Get
Set
Dim instance As Broker
Dim value As String
value = instance.AccountName
instance.AccountName = value
Property Value
Type:
String
AccountName As String.
Remarks Note |
---|
- Name - AccountName
- Length - 100
- Required On Insert - False
- Required On Update - True
|
See Also