'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> <DataMemberAttribute(False)> Public Property NodeId As String
'Usage
Dim instance As NodeElement Dim value As String instance.NodeId = value value = instance.NodeId
[JetBrains.Annotations.CanBeNull()] [DataMember(false)] public string NodeId {get; set;}
[JetBrains.Annotations.CanBeNull()] [DataMember(false)] public: property String^ NodeId { String^ get(); void set ( String^ value); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.