PackingRequestBaseAdditionalInformation Property | |
Gets or sets the additional data
Namespace:
PSI.Sox.Packing
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public Object AdditionalInformation { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Object^ AdditionalInformation {
Object^ get ();
void set (Object^ value);
}
function get_AdditionalInformation();
function set_AdditionalInformation(value);
Property Value
Type:
ObjectSee Also