This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGeoDataServer Interface > IGeoDataServer.DefaultWorkingVersion Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR* 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.