Initializes a new instance of the GroupChatAddInSettings class.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
name 
As 
String, _
	
uri 
As 
Uri _
)
Visual Basic (Usage)
Dim 
name 
As 
String
Dim 
uri 
As 
Uri

Dim 
instance 
As New 

GroupChatAddInSettings(
name, 
uri)
C#
public 
GroupChatAddInSettings(
	
string 
name,
	
Uri 
uri
)

Parameters

name
Type: System . . :: . . String

The name of the add-in.

uri
Type: System . . :: . . Uri

The URI of the Web page to be displayed by this add-in.

See Also