This document is archived and information here might be outdated. Recommended version. |
Indicates if this dataset is versioned.
[Visual Basic .NET]
Public Property Versioned As Boolean
[C#]
public bool Versioned {get; set;}
[C++]
HRESULT get_Versioned(
Boolean* Versioned
);
[C++]
HRESULT put_Versioned(
VARIANT_BOOL Versioned
);
[C++] Parameters Versioned [out, retval]
Versioned is a parameter of type bool* Versioned [in]
Versioned is a parameter of type bool