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 the value of the parameter.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public abstract object Value { get; set; }
public:
property Object^ Value {
virtual Object^ get() abstract;
virtual void set(Object^ value) abstract;
}
abstract Value : Object with get, set
Public MustOverride Property Value As Object
Property Value
Type: System.Object
The value of the parameter.
See Also
CimMethodParameter Class
Microsoft.Management.Infrastructure Namespace
Return to top