This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.IsRoot Property (ArcObjects .NET 10.5 SDK) |
Indicates whether this metadata document is the root document.
[Visual Basic .NET] Public Property IsRoot As Boolean
[C#] public bool IsRoot {get; set;}
[C++]
HRESULT get_IsRoot(
VARIANT_BOOL* pIsRoot
);
[C++]
HRESULT put_IsRoot(
VARIANT_BOOL pIsRoot
);
[C++]
Parameters pIsRoot [out, retval] pIsRoot is a parameter of type VARIANT_BOOL pIsRoot [in] pIsRoot is a parameter of type VARIANT_BOOL