PackingBaseContainer Property | |
Gets or sets the container
Namespace:
PSI.Sox.Packing
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public Container Container { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Container^ Container {
Container^ get ();
void set (Container^ value);
}
function get_Container();
function set_Container(value);
Property Value
Type:
ContainerSee Also