Share via


ChatRoomCategorySettings.ParentCategoryUri Property

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

'Declaration
Public Property ParentCategoryUri As Uri
    Get
    Set
'Usage
Dim instance As ChatRoomCategorySettings
Dim value As Uri

value = instance.ParentCategoryUri

instance.ParentCategoryUri = value
public Uri ParentCategoryUri { get; set; }

Property Value

Type: System.Uri
The URI of the parent category.

See Also

Reference

ChatRoomCategorySettings Class

ChatRoomCategorySettings Members

Microsoft.Rtc.Collaboration.GroupChat Namespace