This property indicates whether this tracking data provider supports saving observations to a file. Usually this returns 'false' (it is much easier to write a tracking data reader only than one that supports reading and writing).
Read-only property
| [Visual Basic .NET] |
|---|
Public Property SupportsSave() As Boolean |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property bool get_SupportsSave(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public bool getSupportsSave(); |






