In System Center 2012 Configuration Manager, the CIDetectInfo structure contains identity information for baseline configuration item detection.

struct CIDetectInfo
{
	LPWSTR szCIID;
	LPWSTR szVersion;
};

Members

szCIID

ID of the configuration item.
szVersion

Version of the configuration item.

See Also