ContactAddOptions.ContactName Property
Gets or sets the name of the contact.
Namespace: Microsoft.Rtc.Collaboration.ContactsGroups
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ContactName As String
Get
Set
'Usage
Dim instance As ContactAddOptions
Dim value As String
value = instance.ContactName
instance.ContactName = value
public string ContactName { get; set; }
Property Value
Type: System.String
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when value is set to null. |