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