Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the namespace for the group attribute.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string GroupAttributeNamespace { get; set; }
public:
property String^ GroupAttributeNamespace {
String^ get();
void set(String^ value);
}
member GroupAttributeNamespace : string with get, set
Public Property GroupAttributeNamespace As String
Property Value
Type: System.String
The namespace for the group attribute.
See Also
Namespaces Class
System.Web.Security.SingleSignOn Namespace
Return to top