Dela via


ISql90SoapLanguageSpecifier.WebMethods Property

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

Syntax

'Declaration
ReadOnly Property WebMethods As IList(Of ISql90SoapMethodSpecification)
'Usage
Dim instance As ISql90SoapLanguageSpecifier 
Dim value As IList(Of ISql90SoapMethodSpecification)

value = instance.WebMethods
IList<ISql90SoapMethodSpecification> WebMethods { get; }
property IList<ISql90SoapMethodSpecification^>^ WebMethods {
    IList<ISql90SoapMethodSpecification^>^ get ();
}
function get WebMethods () : IList<ISql90SoapMethodSpecification>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90SoapLanguageSpecifier Interface

ISql90SoapLanguageSpecifier Members

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