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 | |
---|---|---|
InventoryInstanceElementCcmClient() | Initializes a new instance of the InventoryInstanceElementCcmClient class. |
|
InventoryInstanceElementCcmClient(ConfigMgrInventoryMessage) | Initializes a new instance of the InventoryInstanceElementCcmClient class. |
Properties
Name | Description | |
---|---|---|
BaseClass | Gets the class for the instance. (Inherited from InventoryInstanceElement.) |
|
ClientId | Gets or sets the client ID. |
|
ClientIdChangeDate | Gets or sets the date that the client ID was changed. |
|
ClientIdChangeDateString | Gets the client ID change date in a string formatted for serialization. For example, "04/13/2007 15:18:17". |
|
ClientVersion | Gets or sets the client version. |
|
Namespace | Gets the WMI namespace for the instance. (Inherited from InventoryInstanceElement.) |
|
ParentClass | Gets the parent class for the instance. (Inherited from InventoryInstanceElement.) |
|
PreviousClientId | Gets or sets the previous client ID. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
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