 |
ContactFirstName Property |
Ignored for business contacts.
Created in Epic SDK V4.1.
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: 2020.1.0.1
Syntaxpublic string FirstName { get; set; }
Public Property FirstName As String
Get
Set
Dim instance As Contact
Dim value As String
value = instance.FirstName
instance.FirstName = value
Property Value
Type:
String
FirstName As String.
Remarks Note |
---|
- Name - FirstName
- Length - 30
- Accepts Multiple Lines - False
- Required On Insert - False
- Required On Update - False
|
See Also