Share via


WorkspaceVisualNodeBase.NodeMoniker Property

Definition

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

Property Value

Applies to