'Declaration
<NotNullAttribute()> ReadOnly Property TargetName As UAQualifiedName
'Usage
Dim instance As IUABrowsePathElement Dim value As UAQualifiedName value = instance.TargetName
[NotNull()] UAQualifiedName TargetName {get;}
[NotNull()] property UAQualifiedName^ TargetName { UAQualifiedName^ get(); }