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.
Retrieves or sets the value of the parameter.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overridable Property Value As Object
Get
Set
public virtual Object Value { get; set; }
public:
virtual property Object^ Value {
Object^ get ();
void set (Object^ value);
}
abstract Value : Object with get, set
override Value : Object with get, set
function get Value () : Object
function set Value (value : Object)
Property Value
Type: System.Object
Returns the parameter value.
.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.