InventoryInstanceElementCcmClient Class

 

Represents the CCM_Client node in an inventory report.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::InventoryInstanceElement
    Microsoft.ConfigurationManagement.Messaging.Messages::InventoryInstanceElementCcmClient

[SerializableAttribute]
public ref class InventoryInstanceElementCcmClient sealed : InventoryInstanceElement

NameDescription
System_CAPS_pubmethodInventoryInstanceElementCcmClient()

Initializes a new instance of the InventoryInstanceElementCcmClient class.

System_CAPS_pubmethodInventoryInstanceElementCcmClient(ConfigMgrInventoryMessage^)

Initializes a new instance of the InventoryInstanceElementCcmClient class.

NameDescription
System_CAPS_pubpropertyBaseClass

Gets the class for the instance. (Inherited from InventoryInstanceElement.)

System_CAPS_pubpropertyClientId

Gets or sets the client ID.

System_CAPS_pubpropertyClientIdChangeDate

Gets or sets the date that the client ID was changed.

System_CAPS_pubpropertyClientIdChangeDateString

Gets the client ID change date in a string formatted for serialization. For example, "04/13/2007 15:18:17".

System_CAPS_pubpropertyClientVersion

Gets or sets the client version.

System_CAPS_pubpropertyNamespace

Gets the WMI namespace for the instance. (Inherited from InventoryInstanceElement.)

System_CAPS_pubpropertyParentClass

Gets the parent class for the instance. (Inherited from InventoryInstanceElement.)

System_CAPS_pubpropertyPreviousClientId

Gets or sets the previous client ID.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticUnknownClientId

Unknown client ID.

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

Return to top
Show: