 |
ClientBusinessPrefix Property |
Auto-validated only for individual clients.
Created in Epic SDK V4.1.
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2021.1.0.1
Syntaxpublic string BusinessPrefix { get; set; }
Public Property BusinessPrefix As String
Get
Set
Dim instance As Client
Dim value As String
value = instance.BusinessPrefix
instance.BusinessPrefix = value
Property Value
Type:
String
BusinessPrefix As String.
Remarks Note |
---|
- Name - BusinessPrefix
- Length - 20
- Accepts Multiple Lines - False
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
- Ignored On Get - True
|
See Also