[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the CCM_Client node in a Inventory report

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
InventoryInstanceElementCcmSystem :


InventoryInstanceElement
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
InventoryInstanceElementCcmSystem _
	
Inherits 

InventoryInstanceElement
[
SerializableAttribute]
public 
ref class 
InventoryInstanceElementCcmSystem 
sealed : 
public 

InventoryInstanceElement

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryInstanceElementCcmSystem () () () ()
Initializes a new instance of the InventoryInstanceElementCcmSystemclass.
InventoryInstanceElementCcmSystem(String)
Initializes a new instance of the InventoryInstanceElementCcmSystemclass.
InventoryInstanceElementCcmSystem(ConfigMgrHardwareInventoryMessage)
Initializes a new instance of the InventoryInstanceElementCcmSystemclass.
BaseClass
Gets the Class for the instance
ClientId
Gets or sets the Client ID used for indentification
ClientIdString
Gets the Client ID for serialization
DiscoverSelf () () () ()
Discover an inventory instance element based local configuration
Domain
Domain name of the machine
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
LocalDateTime
Local date/time on the system
LocalDateTimeString
The local date/time on the system as an SmsTime. This is only for serialization, LocalDateTime should be used instead.
MachineName
The NetBIOS name of the machine
MemberwiseClone () () () () (Inherited from Object.)
Namespace
WMI namespace for the instance
ParentClass
Gets the ParentClass for the instance
SystemRole
System role of the machine (Workstation)
SystemType
System type (i.e. X86-based PC)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also