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