DomainNodeLocationIsRoot Property |
Indicates whether this is a root node (has a parent or not).
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool IsRoot { get; }
Public ReadOnly Property IsRoot As Boolean
Get
public:
property bool IsRoot {
bool get ();
}
Property Value
Type:
Boolean
See Also