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


IHistoricalWorkspace.DefaultMarkerName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IHistoricalWorkspace.DefaultMarkerName Property

The marker name which represents the last save or post of the default transactional version.

[Visual Basic .NET]
Public ReadOnly Property DefaultMarkerName As String
[C#]
public string DefaultMarkerName {get;}
[C++]
HRESULT get_DefaultMarkerName(
  BSTR* DefaultMarkerName
);
[C++]

Parameters DefaultMarkerName [out, retval] DefaultMarkerName is a parameter of type BSTR

Product Availability

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

Remarks

The DefaultMarkerName property returns a string which represents the last save or post of the default transactional version.

See Also

IHistoricalWorkspace Interface

.NET Related Topics

Finding differences between versions