The default working version for all operations/methods.
[Visual Basic 6.0] Property DefaultWorkingVersion As String
[Visual Basic .NET] Public ReadOnly Property DefaultWorkingVersion As String
[C#] public string DefaultWorkingVersion {get;}
[Java] public String getDefaultWorkingVersion() throws IOException, AutomationException
[C++]
HRESULT get_DefaultWorkingVersion(
BSTR* DefaultWorkingVersion
);
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.