Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value of the parameter.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Property Value As Object
'Usage
Dim instance As DataParameter
Dim value As Object
value = instance.Value
instance.Value = value
public Object Value { get; set; }
public:
virtual property Object^ Value {
Object^ get () sealed;
void set (Object^ value) sealed;
}
public final function get Value () : Object
public final function set Value (value : Object)
Property Value
Type: System.Object
The parameter value.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.