Namespaces.GroupAttributeName Property

 

Gets or sets the name for the group attribute.

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

Syntax

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

Property Value

Type: System.String

The name for the group attribute.

See Also

Namespaces Class
System.Web.Security.SingleSignOn Namespace

Return to top