SalesOrderHistory..::..CustomSettingValues Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public CustomFieldValueCollection CustomSettingValues { get; set; }
Public Property CustomSettingValues As CustomFieldValueCollection
	Get
	Set
public:
property CustomFieldValueCollection^ CustomSettingValues {
	CustomFieldValueCollection^ get ();
	void set (CustomFieldValueCollection^ value);
}