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