InventoryInstanceElementCcmSystem 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.InventoryInstanceElementCcmSystem
Syntax
[SerializableAttribute]
public sealed class InventoryInstanceElementCcmSystem : InventoryInstanceElement
[SerializableAttribute]
public ref class InventoryInstanceElementCcmSystem sealed : InventoryInstanceElement
<SerializableAttribute>
Public NotInheritable Class InventoryInstanceElementCcmSystem
Inherits InventoryInstanceElement
Constructors
Name | Description | |
---|---|---|
InventoryInstanceElementCcmSystem() | Initializes a new instance of the InventoryInstanceElementCcmSystem class. |
|
InventoryInstanceElementCcmSystem(ConfigMgrHardwareInventoryMessage) | Initializes a new instance of the InventoryInstanceElementCcmSystem class. |
|
InventoryInstanceElementCcmSystem(String) | Initializes a new instance of the InventoryInstanceElementCcmSystem class. |
Properties
Name | Description | |
---|---|---|
BaseClass | Gets the class for the instance. (Inherited from InventoryInstanceElement.) |
|
ClientId | Gets or sets the client ID used for identification. |
|
ClientIdString | Gets or sets the client ID, as a string, for serialization. |
|
Domain | Gets or sets the domain name of the machine. |
|
LocalDateTime | Gets or sets the local date and time on the system. |
|
LocalDateTimeString | Gets or sets the local date and time on the system as an SmsTime object. This property is only for serialization. Use LocalDateTime instead. |
|
MachineName | Gets or sets the NetBIOS name of the machine. |
|
Namespace | Gets the WMI namespace for the instance. (Inherited from InventoryInstanceElement.) |
|
ParentClass | Gets the parent class for the instance. (Inherited from InventoryInstanceElement.) |
|
SystemRole | Gets or sets the system role of the machine, such as Workstation. |
|
SystemType | Gets or sets the system type, such as X86-based PC. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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