public int InputCount { get; protected set; }
Public Property InputCount As Integer Get Protected Set
public: property int InputCount { int get (); protected: void set (int value); }
function get_InputCount(); function set_InputCount(value);
In This Article