IProfileCommodityContents Property | |
Gets or sets CommodityContents
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax List<CommodityContent> CommodityContents { get; set; }
property List<CommodityContent^>^ CommodityContents {
List<CommodityContent^>^ get ();
void set (List<CommodityContent^>^ value);
}
function get_CommodityContents();
function set_CommodityContents(value);
Property Value
Type:
ListCommodityContentRemarks This pulls from a business rule
See Also