'Declaration
<NotNullAttribute()> Property Key As UAQualifiedName
'Usage
Dim instance As _UAKeyValuePair Dim value As UAQualifiedName instance.Key = value value = instance.Key
[NotNull()] UAQualifiedName Key {get; set;}
[NotNull()] property UAQualifiedName^ Key { UAQualifiedName^ get(); void set ( UAQualifiedName^ value); }