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)

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

[SerializableAttribute]
public ref class InventoryInstanceElementCcmSystem sealed : InventoryInstanceElement

NameDescription
System_CAPS_pubmethodInventoryInstanceElementCcmSystem()

Initializes a new instance of the InventoryInstanceElementCcmSystem class.

System_CAPS_pubmethodInventoryInstanceElementCcmSystem(ConfigMgrHardwareInventoryMessage^)

Initializes a new instance of the InventoryInstanceElementCcmSystem class.

System_CAPS_pubmethodInventoryInstanceElementCcmSystem(String^)

Initializes a new instance of the InventoryInstanceElementCcmSystem class.

NameDescription
System_CAPS_pubpropertyBaseClass

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

System_CAPS_pubpropertyClientId

Gets or sets the client ID used for identification.

System_CAPS_pubpropertyClientIdString

Gets or sets the client ID, as a string, for serialization.

System_CAPS_pubpropertyDomain

Gets or sets the domain name of the machine.

System_CAPS_pubpropertyLocalDateTime

Gets or sets the local date and time on the system.

System_CAPS_pubpropertyLocalDateTimeString

Gets or sets the local date and time on the system as an SmsTime object. This property is only for serialization. Use LocalDateTime instead.

System_CAPS_pubpropertyMachineName

Gets or sets the NetBIOS name of the machine.

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_pubpropertySystemRole

Gets or sets the system role of the machine, such as Workstation.

System_CAPS_pubpropertySystemType

Gets or sets the system type, such as X86-based PC.

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.)

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: