Share via


WsdlPayloadOption.IsNone Property

Gets or sets whether NONE is specified as the option value.

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

Syntax

'Declaration
Public Property IsNone As Boolean
'Usage
Dim instance As WsdlPayloadOption 
Dim value As Boolean 

value = instance.IsNone

instance.IsNone = value
public bool IsNone { get; set; }
public:
property bool IsNone {
    bool get ();
    void set (bool value);
}
public function get IsNone () : boolean 
public function set IsNone (value : boolean)

Property Value

Type: System.Boolean
Returns True if NONE is specified as the option value; otherwise, False.

.NET Framework Security

See Also

Reference

WsdlPayloadOption Class

WsdlPayloadOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace