ISql90SoapLanguageSpecifier.WebMethods Property

Gets a list of methods on the endpoint.

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

Syntax

'Declaration
ReadOnly Property WebMethods As IList(Of ISql90SoapMethodSpecification)
IList<ISql90SoapMethodSpecification> WebMethods { get; }
property IList<ISql90SoapMethodSpecification^>^ WebMethods {
    IList<ISql90SoapMethodSpecification^>^ get ();
}
abstract WebMethods : IList<ISql90SoapMethodSpecification>
function get WebMethods () : IList<ISql90SoapMethodSpecification>

Property Value

Type: System.Collections.Generic.IList<ISql90SoapMethodSpecification>

.NET Framework Security

See Also

Reference

ISql90SoapLanguageSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace