PendingShipmentCreateDate Property | |
Gets or Set CreateDate.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public Date CreateDate { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Date^ CreateDate {
Date^ get ();
void set (Date^ value);
}
function get_CreateDate();
function set_CreateDate(value);
Property Value
Type:
DateSee Also