IProfileDryIceRegulationSets Property | |
Gets or sets DryIceRegulationSets
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax List<DryIceRegulationSet> DryIceRegulationSets { get; set; }
property List<DryIceRegulationSet^>^ DryIceRegulationSets {
List<DryIceRegulationSet^>^ get ();
void set (List<DryIceRegulationSet^>^ value);
}
function get_DryIceRegulationSets();
function set_DryIceRegulationSets(value);
Property Value
Type:
ListDryIceRegulationSetSee Also