'Declaration Public Property Office As ImGearFormatMetadata
'Usage Dim instance As ImGearMetadataHead Dim value As ImGearFormatMetadata instance.Office = value value = instance.Office
public ImGearFormatMetadata Office {get; set;}
public: __property ImGearFormatMetadata* get_Office(); public: __property void set_Office( ImGearFormatMetadata* value );
public: property ImGearFormatMetadata^ Office { ImGearFormatMetadata^ get(); void set ( ImGearFormatMetadata^ value); }