'Declaration
<JetBrains.Annotations.NotNullAttribute()> Protected Overridable Function GetNodeIdArgumentName() As String
'Usage
Dim instance As NodeDescriptor Dim value As String value = instance.GetNodeIdArgumentName()
[JetBrains.Annotations.NotNull()] protected virtual string GetNodeIdArgumentName()
[JetBrains.Annotations.NotNull()] protected: virtual String^ GetNodeIdArgumentName();
Return Value
The name to be used for NodeId in argument strings.
This method never returns null
(Nothing
in Visual Basic).