Share via


ISql90SoapMethodSpecification.WebMethodNamespace Property

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

Syntax

'Declaration
Property WebMethodNamespace As String
'Usage
Dim instance As ISql90SoapMethodSpecification 
Dim value As String 

value = instance.WebMethodNamespace

instance.WebMethodNamespace = value
string WebMethodNamespace { get; set; }
property String^ WebMethodNamespace {
    String^ get ();
    void set (String^ value);
}
function get WebMethodNamespace () : String 
function set WebMethodNamespace (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90SoapMethodSpecification Interface

ISql90SoapMethodSpecification Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace