Gets or sets the URI of the category to be modified.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
CategoryUri 
As 
Uri
	
Get
	
Set
Visual Basic (Usage)
Dim 
instance 
As 

ChatRoomCategoryInformation
Dim 
value 
As 
Uri

value = instance.
CategoryUri

instance.
CategoryUri = 
value
C#
public 
Uri 
CategoryUri { 
get; 
set; }

Property Value

Type: System . . :: . . Uri

The URI of the category.

See Also