Gets or sets the label for this preference bundle. The label is a short name or description for the block of data stored in this preference.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Label As String Get Set |
Visual Basic (Usage) |
---|
Dim instance As GroupChatPreferenceBundle Dim value As String value = instance. Label instance. Label = value |
C# |
---|
public string Label { get; set; } |