ConfigurationDomainNodeGetID Method

Provides the static id for the node. This value should at least be unique amongst siblings. IDs cannot have spaces, newlines or periods.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public abstract string GetID()

Return Value

String
The id.

Implements

IConfigurationDomainNodeGetID

See Also