Share via


ISql90SoapMethodSpecification.WebMethodAlias Property

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

Syntax

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

value = instance.WebMethodAlias

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90SoapMethodSpecification Interface

ISql90SoapMethodSpecification Members

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