ParentCategoryUri 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 URI of the parent category of this category. Chat rooms are organized hierarchically into categories. Each category may contain any number of chat rooms, as well as other sub-categories. Each chat room and category in the system has precisely one parent category. There is a single top-level chat room category, called the root category, which is referenced by the RootCategoryUri. To change the parent category, use BeginChangeParentCategory(ChatRoomCategory, Uri, AsyncCallback, Object).
Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Property ParentCategoryUri As Uri
Get
Private Set
'Usage
Dim instance As ChatRoomCategory
Dim value As Uri
value = instance.ParentCategoryUri
public Uri ParentCategoryUri { get; private set; }
Property Value
Type: System.Uri
The parent URI.