WorkspaceVisualNodeBase.NodeFullMoniker 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.
"Full" persistence moniker can identify the node under entire workspace. Will be null if node's moniker or any of it's parents monikers are null.
public:
property System::String ^ NodeFullMoniker { System::String ^ get(); };
public:
property Platform::String ^ NodeFullMoniker { Platform::String ^ get(); };
public string NodeFullMoniker { get; }
public string? NodeFullMoniker { get; }
member this.NodeFullMoniker : string
Public ReadOnly Property NodeFullMoniker As String