public bool SelectPad { get; }
Public ReadOnly Property SelectPad As Boolean Get Dim instance As FieldInfo Dim value As Boolean value = instance.SelectPad
public: property bool SelectPad { bool get (); }
member SelectPad : bool with get
In This Article