Gets or sets the native imaging category for this native type.
Namespace:
Relativity.Imaging.Services.InterfacesAssembly:
Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
public Nullable<NativeCategory> NativeCategory { get; set; }
public Nullable<NativeCategory> NativeCategory { get; set; }
Public Property NativeCategory As Nullable(Of NativeCategory)
Get
Set
Public Property NativeCategory As Nullable(Of NativeCategory)
Get
Set
public:
property Nullable<NativeCategory> NativeCategory {
Nullable<NativeCategory> get ();
void set (Nullable<NativeCategory> value);
}
public:
property Nullable<NativeCategory> NativeCategory {
Nullable<NativeCategory> get ();
void set (Nullable<NativeCategory> value);
}
member NativeCategory : Nullable<NativeCategory> with get, set
member NativeCategory : Nullable<NativeCategory> with get, set
Property Value
Type:
NullableNativeCategory
Reference