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 property
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
Returns an Object that represents the value of the property.
See Also
CimPropertyDeclaration Class
Microsoft.Management.Infrastructure Namespace
Return to top