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