GroupChatPreferenceBundle 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 GroupChatPreferenceBundle class.
Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Sub New ( _
label As String, _
sequenceID As Integer, _
data As String _
)
'Usage
Dim label As String
Dim sequenceID As Integer
Dim data As String
Dim instance As New GroupChatPreferenceBundle(label, sequenceID, _
data)
public GroupChatPreferenceBundle(
string label,
int sequenceID,
string data
)
Parameters
- label
Type: System.String
TheLabel.
- sequenceID
Type: System.Int32
TheSequenceId.
- data
Type: System.String
TheData.
See Also
Reference
GroupChatPreferenceBundle Class