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


IServiceData.NotModified Property (ArcObjects .NET 10.6 SDK)
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(
  Boolean* NotModified
);
[C++]

Parameters NotModified [out, retval]
NotModified is a parameter of type bool*

Product Availability

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

See Also

IServiceData Interface