This document is archived and information here might be outdated.  Recommended version.


IGeoDataServer.DefaultWorkingVersion Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGeoDataServer Interface > IGeoDataServer.DefaultWorkingVersion Property
ArcGIS Developer Help

IGeoDataServer.DefaultWorkingVersion Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IGeoDataServer Interface