Indicates if full properties of a data element should be fetched (heavy-weight properties that involve opening the underlying dataset).
[Visual Basic .NET] Public Property RetrieveFullProperties As Boolean
[C#] public bool RetrieveFullProperties {get; set;}
[C++]
HRESULT get_RetrieveFullProperties(
VARIANT_BOOL* fullProp
);
[C++]
HRESULT put_RetrieveFullProperties(
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.