'Declaration
<DataMemberAttribute()> <DefaultValueAttribute("")> <XmlIgnoreAttribute()> Public ReadOnly Property NodeId As String
'Usage
Dim instance As NodeDescriptor Dim value As String instance.NodeId = value value = instance.NodeId
[DataMember()] [DefaultValue("")] [XmlIgnore()] public string NodeId {get;}
[DataMember()] [DefaultValue("")] [XmlIgnore()] public: property String^ NodeId { String^ get(); }