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

Syntax

Visual Basic (Declaration)
Public 
Property 
UriString 
As 
String
	
Get
	
Set
Visual Basic (Usage)
Dim 
instance 
As 

GroupChatAddInInformation
Dim 
value 
As 
String

value = instance.
UriString

instance.
UriString = 
value
C#
public 
string 
UriString { 
get; 
set; }

Property Value

Type: System . . :: . . String

See Also