GroupClaim.Group Property

 

Gets or sets the name for the group that this GroupClaim represents.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public string Group { get; set; }
public:
property String^ Group {
    String^ get();
    void set(String^ value);
}
member Group : string with get, set
Public Property Group As String

Property Value

Type: System.String

The name for the group that this GroupClaim represents.

See Also

GroupClaim Class
System.Web.Security.SingleSignOn Namespace

Return to top