ChatRoomManagementServices.RootCategoryUri Property

Gets the Root Category URI. The Root Category is the single ChatRoomCategory that has no parent category, and from which all other chat rooms and chat room categories are inherited. Use this category as a starting point to explore the entire hierarchy of chat rooms and chat room categories.

Namespace: Microsoft.Rtc.Collaboration.GroupChat.Management
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public ReadOnly Property RootCategoryUri As Uri
    Get
'Usage
Dim instance As ChatRoomManagementServices
Dim value As Uri

value = instance.RootCategoryUri
public Uri RootCategoryUri { get; }

Property Value

Type: System.Uri
The root category URI.

See Also

Reference

ChatRoomManagementServices Class

ChatRoomManagementServices Members

Microsoft.Rtc.Collaboration.GroupChat.Management Namespace