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