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>.

Атрибуты

Применяется к