'Declaration
<DataMemberAttribute()> Public Property RelativePath As UABrowsePathElementCollection
'Usage
Dim instance As UAAttributeOperand Dim value As UABrowsePathElementCollection instance.RelativePath = value value = instance.RelativePath
[DataMember()] public UABrowsePathElementCollection RelativePath {get; set;}
[DataMember()] public: property UABrowsePathElementCollection^ RelativePath { UABrowsePathElementCollection^ get(); void set ( UABrowsePathElementCollection^ value); }