ArcObjects Library Reference (GeoDatabaseDistributed)  

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(
  BSTR* 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

.NET Related Topics

GeoData services