This document is archived and information here might be outdated. Recommended version. |
The default working version for all operations/methods.
[Visual Basic .NET]
Public ReadOnly Property DefaultWorkingVersion As String
[C#]
public string DefaultWorkingVersion {get;}
[C++]
HRESULT get_DefaultWorkingVersion(
System.String* DefaultWorkingVersion
);
[C++] Parameters DefaultWorkingVersion [out, retval]
DefaultWorkingVersion is a parameter of type BSTR*
If the GeoDataServer references an ArcSDE geodatabase, the DefaultWorkingVersion property returns the version used by default for GeoDataServer operations. Some methods, such as IGeoDataServer::CreateReplica allow you to reference a different version from which to execute the method.