'Declaration
<NotNullAttribute()> Protected Overridable Function GetNodeIdArgumentName() As String
'Usage
Dim instance As NodeDescriptor Dim value As String value = instance.GetNodeIdArgumentName()
[NotNull()] protected virtual string GetNodeIdArgumentName()
[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).