ChatRoom.ParentCategoryName Property

Definition

Gets the name of the parent category of this chat room. Chat rooms are organized hierarchically into categories. Each category may contain any number of chat rooms. 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(ChatRoom, Uri, AsyncCallback, Object).

public:
 property System::String ^ ParentCategoryName { System::String ^ get(); };
public string ParentCategoryName { get; }
member this.ParentCategoryName : string
Public ReadOnly Property ParentCategoryName As String

Property Value

Applies to