public bool Pad { get; set; }
Public Property Pad As Boolean
Get
Set
Dim instance As StructFieldAttribute
Dim value As Boolean
value = instance.Pad
instance.Pad = value
public:
property bool Pad {
bool get ();
void set (bool value);
}
member Pad : bool with get, set