RootCategoryUri Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Gets the Root Category URI. The Root Category is the single ChatRoomCategory which 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
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Property RootCategoryUri As Uri
    Get
    Private Set
'Usage
Dim instance As GroupChatServices
Dim value As Uri

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

Property Value

Type: System.Uri
The root category URI.

See Also

Reference

GroupChatServices Class

GroupChatServices Members

Microsoft.Rtc.Collaboration.GroupChat Namespace