ISql90SoapMethodSpecification.WebMethodAlias Property

Gets or sets a Web method alias.

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

Syntax

'Declaration
Property WebMethodAlias As String
    Get
    Set
'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)
abstract WebMethodAlias : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90SoapMethodSpecification Interface

ISql90SoapMethodSpecification Members

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