Share via


GroupChatAddInSettings Constructor

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.

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

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

Dim instance As New GroupChatAddInSettings(name, uri)
public GroupChatAddInSettings(
    string name,
    Uri uri
)

Parameters

  • uri
    Type: System.Uri
    The URI of the Web page to be displayed by this add-in.

See Also

Reference

GroupChatAddInSettings Class

GroupChatAddInSettings Members

Microsoft.Rtc.Collaboration.GroupChat.Management Namespace