 |
EmployerEmployerName Property |
Namespace:
ASI.TAM.API.Data.UI.Account.Contact
Assembly:
ASI.TAM.API.Data.UI.Account.Contact (in ASI.TAM.API.Data.UI.Account.Contact.dll) Version: 2021.1.0.1
Syntaxpublic string EmployerName { get; set; }
Public Property EmployerName As String
Get
Set
Dim instance As Employer
Dim value As String
value = instance.EmployerName
instance.EmployerName = value
Property Value
Type:
String
EmployerName As String.
Remarks Note |
---|
- Name - EmployerName
- Length - 100
- Required On Insert - False
- Required On Update - False
|
See Also