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