IProfileNaftaProducers Property | |
Gets or sets NAFTAProducer
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax List<NaftaProducer> NaftaProducers { get; set; }
property List<NaftaProducer^>^ NaftaProducers {
List<NaftaProducer^>^ get ();
void set (List<NaftaProducer^>^ value);
}
function get_NaftaProducers();
function set_NaftaProducers(value);
Property Value
Type:
ListNaftaProducerSee Also