'Declaration
<NotNullAttribute()> Property MetaDataPropertyNameSet As UAQualifiedNameSet
'Usage
Dim instance As _UAPublishedVariableData Dim value As UAQualifiedNameSet instance.MetaDataPropertyNameSet = value value = instance.MetaDataPropertyNameSet
[NotNull()] UAQualifiedNameSet MetaDataPropertyNameSet {get; set;}
[NotNull()] property UAQualifiedNameSet^ MetaDataPropertyNameSet { UAQualifiedNameSet^ get(); void set ( UAQualifiedNameSet^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).