ArcObjects Library Reference (GeoDatabase)  

IDataElement.MetadataRetrieved Property

Indicates if the metadata has been retrieved.

[Visual Basic .NET]
Public Property MetadataRetrieved As Boolean
[C#]
public bool MetadataRetrieved {get; set;}
[C++]
HRESULT get_MetadataRetrieved(
  VARIANT_BOOL* MetadataRetrieved
);
[C++]
HRESULT put_MetadataRetrieved(
  VARIANT_BOOL MetadataRetrieved
);
[C++]

Parameters

MetadataRetrieved [out, retval]   MetadataRetrieved is a parameter of type VARIANT_BOOL MetadataRetrieved [in]   MetadataRetrieved is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDataElement Interface