'Declaration Public Property ObjectAttributeReference As ImGearIPTCObjectAttributeReference()
'Usage Dim instance As ImGearIPTCMetadata Dim value() As ImGearIPTCObjectAttributeReference instance.ObjectAttributeReference = value value = instance.ObjectAttributeReference
public ImGearIPTCObjectAttributeReference[] ObjectAttributeReference {get; set;}
public: __property ImGearIPTCObjectAttributeReference[]* get_ObjectAttributeReference(); public: __property void set_ObjectAttributeReference( ImGearIPTCObjectAttributeReference[][]* value );
public: property array<ImGearIPTCObjectAttributeReference>^ ObjectAttributeReference { array<ImGearIPTCObjectAttributeReference>^ get(); void set ( array<ImGearIPTCObjectAttributeReference>^ value); }