ProfileDryIceRegulationSets Property | |
Gets or sets DryIceRegulationSets
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<DryIceRegulationSet> DryIceRegulationSets { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
virtual property List<DryIceRegulationSet^>^ DryIceRegulationSets {
List<DryIceRegulationSet^>^ get () sealed;
void set (List<DryIceRegulationSet^>^ value) sealed;
}
function get_DryIceRegulationSets();
function set_DryIceRegulationSets(value);
Property Value
Type:
ListDryIceRegulationSetImplements
IProfileDryIceRegulationSetsSee Also