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


IHistoricalWorkspace.DefaultMarkerName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalWorkspace Interface > IHistoricalWorkspace.DefaultMarkerName Property
ArcGIS Developer Help

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(
  System.String* 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