Initializes a new instance of the GroupChatPreferenceBundle class.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
label 
As 
String, _
	
sequenceID 
As 
Integer, _
	
data 
As 
String _
)
Visual Basic (Usage)
Dim 
label 
As 
String
Dim 
sequenceID 
As 
Integer
Dim 
data 
As 
String

Dim 
instance 
As New 

GroupChatPreferenceBundle(
label, 
sequenceID, _
	
data)
C#
public 
GroupChatPreferenceBundle(
	
string 
label,
	
int 
sequenceID,
	
string 
data
)

Parameters

label
Type: System . . :: . . String

The Label .

sequenceID
Type: System . . :: . . Int32

The SequenceId .

data
Type: System . . :: . . String

The Data .

See Also