QueryParameter.IsNullable 屬性

定義

取得或設定參數是否可為空。

public:
 property Nullable<bool> IsNullable { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Xml.Serialization.XmlIgnore]
public bool? IsNullable { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.IsNullable : Nullable<bool> with get, set
Public Property IsNullable As Nullable(Of Boolean)

屬性值

Nullable<T> 物件。

屬性

適用於