Share via


Namespaces.TrustNamespace Property

 

Gets or sets the namespace for the trust.

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

Syntax

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

Property Value

Type: System.String

The namespace for the trust.

See Also

Namespaces Class
System.Web.Security.SingleSignOn Namespace

Return to top