'Declaration
<DataMemberAttribute(False)> <XmlIgnoreAttribute()> Public Property QualifiedName As String
'Usage
Dim instance As AENodeElement Dim value As String instance.QualifiedName = value value = instance.QualifiedName
[DataMember(false)] [XmlIgnore()] public string QualifiedName {get; set;}
[DataMember(false)] [XmlIgnore()] public: property String^ QualifiedName { 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 "" (String.Empty)
.