HazmatContentHazmatInfectiousResponsibleParty Property | |
Gets or sets Infectious Shipment Responsible Party
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false, Order = 11)]
public NameAddress HazmatInfectiousResponsibleParty { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false, Order = 11)]
property NameAddress^ HazmatInfectiousResponsibleParty {
NameAddress^ get ();
void set (NameAddress^ value);
}
function get_HazmatInfectiousResponsibleParty();
function set_HazmatInfectiousResponsibleParty(value);
Property Value
Type:
NameAddressRemarks
Person or party responsible for the infectious substance shipment
See Also