SalesOrder..::..CustomFieldValues Property

Gets or sets the custom field values.

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

Syntax


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

Field Value

The custom field values.