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