'Declaration Public Property RelatedImageWidth As Nullable(Of UShort)
'Usage Dim instance As ImGearEXIFInteropMetadata Dim value As Nullable(Of UShort) instance.RelatedImageWidth = value value = instance.RelatedImageWidth
public Nullable<ushort> RelatedImageWidth {get; set;}
public: __property Nullable<ushort> get_RelatedImageWidth(); public: __property void set_RelatedImageWidth( Nullable<ushort> value );
public: property Nullable<ushort> RelatedImageWidth { Nullable<ushort> get(); void set ( Nullable<ushort> value); }