Public Property IsSample As Boolean Get Set
public bool IsSample { get; set; }
public: property bool IsSample { bool get (); void set (bool value); }