GroupToUpnClaimTransform.Group Property
Gets or sets the GroupClaim to transform.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public GroupClaim Group { get; set; }
public:
property GroupClaim^ Group {
GroupClaim^ get();
void set(GroupClaim^ value);
}
member Group : GroupClaim with get, set
Public Property Group As GroupClaim
Property Value
Type: System.Web.Security.SingleSignOn.GroupClaim
The GroupClaim to transform.
See Also
GroupToUpnClaimTransform Class
System.Web.Security.SingleSignOn Namespace
Return to top