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


IImageServerEditResult.Tag Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServerEditResult.Tag Property

A string identifying the operation that generated the error.

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

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

Product Availability

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

See Also

IImageServerEditResult Interface