CimPropertyDeclaration Class

 

Represents a property declaration of a CIM class.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Management.Infrastructure.CimPropertyDeclaration

Syntax

public abstract class CimPropertyDeclaration
public ref class CimPropertyDeclaration abstract 
[<AbstractClass>]
type CimPropertyDeclaration = class end
Public MustInherit Class CimPropertyDeclaration

Properties

Name Description
System_CAPS_pubproperty CimType

Gets the CIM type of the property.

System_CAPS_pubproperty Flags

Gets the flags of the property.

System_CAPS_pubproperty Name

Gets the name of the property.

System_CAPS_pubproperty Qualifiers

Gets the qualifiers of the property.

System_CAPS_pubproperty ReferenceClassName

Gets the class name of the property value.

System_CAPS_pubproperty Value

Gets the value of the property

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Gets the combined name and value of the property.(Overrides Object.ToString().)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Management.Infrastructure Namespace

Return to top