ISql90SoapMethodSpecification.WebMethodNamespace-Eigenschaft

Ruft den Namespace der Webdienstmethode aus der Sicht von Remoteverbindungen ab oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property WebMethodNamespace As String
    Get
    Set
string WebMethodNamespace { get; set; }
property String^ WebMethodNamespace {
    String^ get ();
    void set (String^ value);
}
abstract WebMethodNamespace : string with get, set
function get WebMethodNamespace () : String
function set WebMethodNamespace (value : String)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90SoapMethodSpecification Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace