 |
ContactContactInfo Property |
Used to expose properties contained in the contact information tab.
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 ContactInformation ContactInfo { get; set; }
Public Property ContactInfo As ContactInformation
Get
Set
Dim instance As Contact
Dim value As ContactInformation
value = instance.ContactInfo
instance.ContactInfo = value
Property Value
Type:
ContactInformation
ContactInfo As Other.
Remarks Note |
---|
|
See Also