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