Important
This class supports the Configuration Manager 2007 infrastructure and is not intended to be used directly from your code.

The SMS_PendingReRegistrationOnSiteReAssignment class is a client Windows Management Instrumentation (WMI) class, in Configuration Manager, that represents a pending re-registration at the time of site reassignment.

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

Class SMS_PendingReRegistrationOnSiteReAssignment
{
	UInt32 Flags;
	String LastAssignedSite;
	String NewAssignedSite;
};

Methods

The SMS_PendingReRegistrationOnSiteReAssignment class does not define any methods.

Properties

Flags

Data type: UInt32Access type: Read/WriteQualifiers: NoneFlags defining options for the pending re-registration.
LastAssignedSite

Data type: StringAccess type: Read/WriteQualifiers: NoneThe site code of the last site that was assigned.
NewAssignedSite

Data type: StringAccess type: Read/WriteQualifiers: NoneThe site code of the new site being assigned.

Requirements

Runtime Requirements

Development Requirements

See Also