CimProperty.Value Property

 

Gets the value of the property.

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 property.

See Also

CimProperty Class
Microsoft.Management.Infrastructure Namespace

Return to top