CommodityContentDescription Property | |
Gets or sets Description
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 9)]
public string Description { get; set; }
public:
[DefaultValueAttribute(L"")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 9)]
property String^ Description {
String^ get ();
void set (String^ value);
}
function get_Description();
function set_Description(value);
Property Value
Type:
StringRemarks
Description of package or package contents
See Also