WorkspaceVisualNodeBase.NodeMoniker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Persistence moniker for the node. It is expected to be unique among the children nodes with the same parent. This moniker can be used to identify the node under a "parent". Can be null.
public:
property System::String ^ NodeMoniker { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ NodeMoniker { Platform::String ^ get(); void set(Platform::String ^ value); };
public string NodeMoniker { get; set; }
public string? NodeMoniker { get; set; }
member this.NodeMoniker : string with get, set
Public Property NodeMoniker As String