Propriedade ISql90SoapMethodSpecification.WebMethodNamespace

Obtém ou define o namespace do método de serviço Web, como visto por conexões remotas.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90SoapMethodSpecification Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel