 |
ContactGetResultContacts Property |
Used to access the retrieved contacts.
Sometimes Required
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 Contact[] Contacts { get; set; }
Public Property Contacts As Contact()
Get
Set
Dim instance As ContactGetResult
Dim value As Contact()
value = instance.Contacts
instance.Contacts = value
Property Value
Type:
Contact
Contacts As Collection.
Remarks Note |
---|
|
See Also