'Declaration
<DataMemberAttribute()> <XmlIgnoreAttribute()> Public ReadOnly Property NodeId As String
'Usage
Dim instance As NodeDescriptor Dim value As String instance.NodeId = value value = instance.NodeId
[DataMember()] [XmlIgnore()] public string NodeId {get;}
[DataMember()] [XmlIgnore()] public: property String^ NodeId { String^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.