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