SoapMethod.Schema Property

Gets or sets the SOAP method schema value.

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

Syntax

'Declaration
Public Property Schema As SoapMethodSchemas
public SoapMethodSchemas Schema { get; set; }
public:
property SoapMethodSchemas Schema {
    SoapMethodSchemas get ();
    void set (SoapMethodSchemas value);
}
member Schema : SoapMethodSchemas with get, set
function get Schema () : SoapMethodSchemas
function set Schema (value : SoapMethodSchemas)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.SoapMethodSchemas
Returns a SoapMethodSchemas enumeration value.

Remarks

Determines whether an inline XSD schema will be returned.

.NET Framework Security

See Also

Reference

SoapMethod Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace