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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.