ArcObjects Library Reference (Carto)  

IServiceData.NotModified Property

Not modified boolean.

[Visual Basic .NET]
Public ReadOnly Property NotModified As Boolean
[C#]
public bool NotModified {get;}
[C++]
HRESULT get_NotModified(
  VARIANT_BOOL* NotModified
);
[C++]

Parameters

NotModified [out, retval]   NotModified is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IServiceData Interface