'Declaration Public Property PredictorType As Nullable(Of ImGearTIFFPredictorType)
'Usage Dim instance As ImGearTIFFMetadata Dim value As Nullable(Of ImGearTIFFPredictorType) instance.PredictorType = value value = instance.PredictorType
public Nullable<ImGearTIFFPredictorType> PredictorType {get; set;}
public: __property Nullable<ImGearTIFFPredictorType> get_PredictorType(); public: __property void set_PredictorType( Nullable<ImGearTIFFPredictorType> value );
public: property Nullable<ImGearTIFFPredictorType> PredictorType { Nullable<ImGearTIFFPredictorType> get(); void set ( Nullable<ImGearTIFFPredictorType> value); }