AdminConfigurationManagerBaseRootNodes Property |
Currently registered root nodes.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxprotected List<IConfigurationDomainNode> RootNodes { get; set; }
Protected Property RootNodes As List(Of IConfigurationDomainNode)
Get
Set
protected:
property List<IConfigurationDomainNode^>^ RootNodes {
List<IConfigurationDomainNode^>^ get ();
void set (List<IConfigurationDomainNode^>^ value);
}
Property Value
Type:
ListIConfigurationDomainNode
See Also