'Declaration
<DataMemberAttribute()> Public Property Name As String
'Usage
Dim instance As UAQualifiedName Dim value As String instance.Name = value value = instance.Name
[DataMember()] public string Name {get; set;}
[DataMember()] public: property String^ Name { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.