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


IDEBrowseOptions.RetrieveMetadata Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEBrowseOptions.RetrieveMetadata Property

Indicates if the data element's metadata should be fetched.

[Visual Basic .NET]
Public Property RetrieveMetadata As Boolean
[C#]
public bool RetrieveMetadata {get; set;}
[C++]
HRESULT get_RetrieveMetadata(
  VARIANT_BOOL* fullProp
);
[C++]
HRESULT put_RetrieveMetadata(
  VARIANT_BOOL fullProp
);
[C++]

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

Product Availability

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

See Also

IDEBrowseOptions Interface

.NET Related Topics

GeoData services