Gets or sets the URI of the category into which this chat room
will be placed. ParentCategoryUri is a required setting.
Namespace:
Microsoft.Rtc.Collaboration.GroupChat
Assembly:
Microsoft.Rtc.Collaboration.GroupChat(in
Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
Public
Property
ParentCategoryUri
As
Uri
Get
Set
|
Visual Basic (Usage) |
Dim
instance
As
ChatRoomSettings
Dim
value
As
Uri
value = instance.
ParentCategoryUri
instance.
ParentCategoryUri =
value
|
C# |
public
Uri
ParentCategoryUri {
get;
set; }
|
See Also