'Declaration
<CanBeNullAttribute()> Public Property QualifiedName As String
'Usage
Dim instance As AENodeDescriptor Dim value As String instance.QualifiedName = value value = instance.QualifiedName
[CanBeNull()] public string QualifiedName {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.