This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pIsRoot
);
[C++] Parameters pIsRoot [in]
pIsRoot is a parameter of type bool pIsRoot [out, retval]
pIsRoot is a parameter of type bool*