CimQualifier.Value Property
Gets the value of the qualifier.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public abstract object Value { get; }
public:
property Object^ Value {
virtual Object^ get() abstract;
}
abstract Value : Object with get
Public MustOverride ReadOnly Property Value As Object
Property Value
Type: System.Object
The value of the qualifier.
See Also
CimQualifier Class
Microsoft.Management.Infrastructure Namespace
Return to top