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


IStandaloneTable.Valid Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IStandaloneTable Interface > IStandaloneTable.Valid Property
ArcGIS Developer Help

IStandaloneTable.Valid Property

Indicates if the standalone table is currently valid.

[Visual Basic .NET]
Public ReadOnly Property Valid As Boolean
[C#]
public bool Valid {get;}
[C++]
HRESULT get_Valid(
  Boolean* Valid
);
[C++]
Parameters
Valid [out, retval]

Valid is a parameter of type bool*

Product Availability

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

See Also

IStandaloneTable Interface