Click or drag to resize
BucketItemSetValue Method
Sets the value to target object.

Namespace:  Intuit.Ipp.LinqExtender
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public void SetValue(
	Object target,
	Object value
)

Parameters

target
Type: SystemObject

[Missing <param name="target"/> documentation for "M:Intuit.Ipp.LinqExtender.BucketItem.SetValue(System.Object,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Intuit.Ipp.LinqExtender.BucketItem.SetValue(System.Object,System.Object)"]

Return Value

Type: 
See Also