Namespaces.AddressingNamespace Property

 

Gets or sets XML Namespace for addressing.

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

Syntax

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

Property Value

Type: System.String

The XML Namespace for addressing.

See Also

Namespaces Class
System.Web.Security.SingleSignOn Namespace

Return to top