Namespaces.UpnAttributeNamespace Property

 

Gets or sets the namespace for the Upn attribute.

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

Syntax

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

Property Value

Type: System.String

The namespace for the Upn attribute.

See Also

Namespaces Class
System.Web.Security.SingleSignOn Namespace

Return to top