FederatedUserGroup Property
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.
Gets or sets the group to which this federated user belongs. Each GroupChatFederatedUser must belong to exactly one GroupChatFederatedUserGroup. The group to which the user belongs provides a default set of permission which may be inherited by the user (see ArePermissionsInherited). Additionally, scope and role assignments which provide access to chat rooms are usually granted to the federated user group.
Namespace: Microsoft.Rtc.Collaboration.GroupChat.Management
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Property FederatedUserGroup As GroupChatFederatedUserGroup
Get
Set
'Usage
Dim instance As GroupChatFederatedUserSettings
Dim value As GroupChatFederatedUserGroup
value = instance.FederatedUserGroup
instance.FederatedUserGroup = value
public GroupChatFederatedUserGroup FederatedUserGroup { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.GroupChat.Management.GroupChatFederatedUserGroup
The federated user group to which this user belongs.
See Also
Reference
GroupChatFederatedUserSettings Class