Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the contact data.
Namespace: Microsoft.Rtc.Collaboration.ContactsGroups
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ContactData As String
Get
Set
'Usage
Dim instance As ContactAddOptions
Dim value As String
value = instance.ContactData
instance.ContactData = value
public string ContactData { get; set; }
Property Value
Type: System.String
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when value is set to null. |