RangeCollection..::..ProductionLine Property

Namespace:  JiwaFinancials.Jiwa.JiwaBillOfMaterials.ProductionPlanning
Assembly:  JiwaBillOfMaterials (in JiwaBillOfMaterials.dll)

Syntax


public Range<ProductionLine> ProductionLine { get; set; }
Public Property ProductionLine As Range(Of ProductionLine)
	Get
	Set
public:
property Range<ProductionLine^>^ ProductionLine {
	Range<ProductionLine^>^ get ();
	void set (Range<ProductionLine^>^ value);
}