Returns the value of the parameter. The value is stored in the parameter collection of the
command that is executed on the storage.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Value As Object |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As OEParameter
Dim value As Object
value = instance.Value
|
| C# | |
|---|
public object Value {get;} |
| Managed Extensions for C++ | |
|---|
public: __property Object* get_Value(); |
| C++/CLI | |
|---|
public:
property Object^ Value {
Object^ get();
} |
Return Value
The value of the parameter.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also