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 flags of the property.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public abstract CimFlags Flags { get; }
public:
property CimFlags Flags {
virtual CimFlags get() abstract;
}
abstract Flags : CimFlags with get
Public MustOverride ReadOnly Property Flags As CimFlags
Property Value
Type: Microsoft.Management.Infrastructure.CimFlags
A value of one or more CimFlags OR'd together.
See Also
CimProperty Class
Microsoft.Management.Infrastructure Namespace
Return to top