'Declaration Public Property ObjectTypeReference As Nullable(Of ImGearIPTCObjectTypeReference)
'Usage Dim instance As ImGearIPTCMetadata Dim value As Nullable(Of ImGearIPTCObjectTypeReference) instance.ObjectTypeReference = value value = instance.ObjectTypeReference
public Nullable<ImGearIPTCObjectTypeReference> ObjectTypeReference {get; set;}
public: __property Nullable<ImGearIPTCObjectTypeReference> get_ObjectTypeReference(); public: __property void set_ObjectTypeReference( Nullable<ImGearIPTCObjectTypeReference> value );
public: property Nullable<ImGearIPTCObjectTypeReference> ObjectTypeReference { Nullable<ImGearIPTCObjectTypeReference> get(); void set ( Nullable<ImGearIPTCObjectTypeReference> value); }