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)

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public sealed class InventoryInstanceElementCcmClient : InventoryInstanceElement
[SerializableAttribute]
public ref class InventoryInstanceElementCcmClient sealed : InventoryInstanceElement
<SerializableAttribute>
Public NotInheritable Class InventoryInstanceElementCcmClient
    Inherits InventoryInstanceElement

Constructors

Name Description
System_CAPS_pubmethod InventoryInstanceElementCcmClient()

Initializes a new instance of the InventoryInstanceElementCcmClient class.

System_CAPS_pubmethod InventoryInstanceElementCcmClient(ConfigMgrInventoryMessage)

Initializes a new instance of the InventoryInstanceElementCcmClient class.

Properties

Name Description
System_CAPS_pubproperty BaseClass

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

System_CAPS_pubproperty ClientId

Gets or sets the client ID.

System_CAPS_pubproperty ClientIdChangeDate

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

System_CAPS_pubproperty ClientIdChangeDateString

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

System_CAPS_pubproperty ClientVersion

Gets or sets the client version.

System_CAPS_pubproperty Namespace

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

System_CAPS_pubproperty ParentClass

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

System_CAPS_pubproperty PreviousClientId

Gets or sets the previous client ID.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static UnknownClientId

Unknown client ID.

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.ConfigurationManagement.Messaging.Messages Namespace

Return to top