DashboardNodeGetID Method |
Provides the static id for the node.
This value should at least be unique amongst siblings.
IDs cannot have spaces, newlines or periods.
Namespace:
MFiles.VAF.AdminConfigurations
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic override string GetID()
Public Overrides Function GetID As String
public:
virtual String^ GetID() override
Return Value
Type:
StringThe id.
Implements
IConfigurationDomainNodeGetID
See Also