public virtual int Timeout { get; set; }
Public Overridable Property Timeout As Integer
Get
Set
public:
virtual property int Timeout {
int get ();
void set (int value);
}
abstract Timeout : int with get, set
override Timeout : int with get, set
In versions 3.2 and earlier this property was ignored on Windows Mobile. It is now (untested!) supported there, but not with the Microsoft Bluetooth stack there as it doesn't support timeouts. A cunning solution is available let me know of your requirements...