'Declaration Public Property SubFileType As Nullable(Of ImGearTIFFSubFileType)
'Usage Dim instance As ImGearTIFFMetadata Dim value As Nullable(Of ImGearTIFFSubFileType) instance.SubFileType = value value = instance.SubFileType
public Nullable<ImGearTIFFSubFileType> SubFileType {get; set;}
public: __property Nullable<ImGearTIFFSubFileType> get_SubFileType(); public: __property void set_SubFileType( Nullable<ImGearTIFFSubFileType> value );
public: property Nullable<ImGearTIFFSubFileType> SubFileType { Nullable<ImGearTIFFSubFileType> get(); void set ( Nullable<ImGearTIFFSubFileType> value); }