GroupClaimTransform.Group Property

 

Gets or sets the GroupClaim object to use for this 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 object to use for this transform.

See Also

GroupClaimTransform Class
System.Web.Security.SingleSignOn Namespace

Return to top