Gets a value of the underlying property.
Namespace: SSIS.Test.DtsAssembly: 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
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Underlying property is set-only. |