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

Visual Basic (Declaration)
Public 
Property 
FederatedUserGroup 
As 

GroupChatFederatedUserGroup
	
Get
	
Set
Visual Basic (Usage)
Dim 
instance 
As 

GroupChatFederatedUserSettings
Dim 
value 
As 

GroupChatFederatedUserGroup

value = instance.
FederatedUserGroup

instance.
FederatedUserGroup = 
value
C#
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