Gets 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 Object GetValue()
Visual Basic
Public Function GetValue As Object
Visual C++
public:
Object^ GetValue()

Return Value

An object representing the property value.

Exceptions

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

See Also