CommodityContentLicenseExpirationDate Property | |
Gets or sets License Expiration Date
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false, Order = 18)]
public Date LicenseExpirationDate { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false, Order = 18)]
property Date^ LicenseExpirationDate {
Date^ get ();
void set (Date^ value);
}
function get_LicenseExpirationDate();
function set_LicenseExpirationDate(value);
Property Value
Type:
DateRemarks
Indicates the expiration date of the export license for this commodity
See Also