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