MSFT_ServerManagerRequestGuid class

Represents a GUID that uniquely identifies a request.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[dynamic, provider("deploymentprovider")]
class MSFT_ServerManagerRequestGuid
{
  uint64 HighHalf;
  uint64 LowHalf;
};

Members

The MSFT_ServerManagerRequestGuid class has these types of members:

Properties

The MSFT_ServerManagerRequestGuid class has these properties.

HighHalf

Data type: uint64

Access type: Read-only

The first half of the GUID.

LowHalf

Data type: uint64

Access type: Read-only

The second half of the GUID.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
ServerManager.DeploymentProvider.mof
DLL
ServerManager.DeploymentProvider.dll

See also

ServerManager Deploymentprovider Provider Classes