'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); }
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).