Gets or sets the collection of ImagingProfles linked to the current ApplicationFieldCode instance.
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 List<ImagingProfileRef> ImagingProfiles { get; set; }
public List<ImagingProfileRef> ImagingProfiles { get; set; }
Public Property ImagingProfiles As List(Of ImagingProfileRef)
Get
Set
Public Property ImagingProfiles As List(Of ImagingProfileRef)
Get
Set
public:
property List<ImagingProfileRef^>^ ImagingProfiles {
List<ImagingProfileRef^>^ get ();
void set (List<ImagingProfileRef^>^ value);
}
public:
property List<ImagingProfileRef^>^ ImagingProfiles {
List<ImagingProfileRef^>^ get ();
void set (List<ImagingProfileRef^>^ value);
}
member ImagingProfiles : List<ImagingProfileRef> with get, set
member ImagingProfiles : List<ImagingProfileRef> with get, set
Property Value
Type:
ListImagingProfileRef
Reference