Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets system information for the requesting computer. If this property is not set, the current computer information will be used.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public SystemInformation SystemInformation { get; set; }
public:
property SystemInformation^ SystemInformation {
SystemInformation^ get();
void set(SystemInformation^ value);
}
Public Property SystemInformation As SystemInformation
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SystemInformation
See Also
ConfigMgrPolicyAssignmentRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top