ContainerContainerID Property | |
Gets or sets the container id
Namespace:
PSI.Sox.Packing
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public int ContainerID { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property int ContainerID {
int get ();
void set (int value);
}
function get_ContainerID();
function set_ContainerID(value);
Property Value
Type:
Int32See Also