Namespaces.UpnAttributeName Property

 

Gets or sets the name for the Upn attribute.

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

Syntax

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

Property Value

Type: System.String

The name for the Upn attribute.

See Also

Namespaces Class
System.Web.Security.SingleSignOn Namespace

Return to top