'Declaration Public Property SamplesPerPixel As Nullable(Of UShort)
'Usage Dim instance As ImGearEXIFMetadata Dim value As Nullable(Of UShort) instance.SamplesPerPixel = value value = instance.SamplesPerPixel
public Nullable<ushort> SamplesPerPixel {get; set;}
public: __property Nullable<ushort> get_SamplesPerPixel(); public: __property void set_SamplesPerPixel( Nullable<ushort> value );
public: property Nullable<ushort> SamplesPerPixel { Nullable<ushort> get(); void set ( Nullable<ushort> value); }