public bool IsNA { get; set; }
Public Property IsNA As Boolean Get Set
public: property bool IsNA { bool get (); void set (bool value); }
member IsNA : bool with get, set
In This Article