Sets a value of the underlying property.

Namespace: SSIS.Test.Dts
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public void SetValue(
	Object value
)
Visual Basic
Public Sub SetValue ( _
	value As Object _
)
Visual C++
public:
void SetValue(
	Object^ value
)

Parameters

value
Type: System..::..Object
A value to set.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionUnderlying property is read-only.

See Also