public bool? AsBoolean { get; }
Public ReadOnly Property AsBoolean As Boolean? Get
public: property Nullable<bool> AsBoolean { Nullable<bool> get (); }
member AsBoolean : Nullable<bool> with get
In This Article