SIFWorks ADK 2.0
UnitCost Property
NamespacesEdustructures.SifWorks.HrfinPurchasingItemUnitCost

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <UnitCost> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<decimal> UnitCost{ get; set;}
Public Property UnitCost As Nullable(Of Decimal)
public:
property Nullable<Decimal> UnitCost {
	Nullable<Decimal> get ();
	void set (Nullable<Decimal> value);
}
Value
The UnitCost element of this object.
Remarks

The SIF specification defines the meaning of this element as: "Unit cost of the item."

Version: 2.0

Since: 1.5r1

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10