In Configuration Manager 2007, the CCM_Service_BITSConfiguration class is a client Windows Management Instrumentation (WMI) class that supports Background Intelligent Transfer Service (BITS)-related settings used by CCMEXEC for uploading and downloading message payloads. The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class CCM_Service_BITSConfiguration : CCM_Policy
{
	UInt8 DummyKey;
	UInt32 MinimumRetryDelay;
	UInt32 NoProgressTimeout;
	String PolicyID;
	String PolicyInstanceID;
	UInt32 PolicyPrecedence;
	String PolicyRuleID;
	String PolicySource;
	String PolicyVersion;
};

Methods

The CCM_Service_BITSConfiguration class does not define any methods.

Properties

DummyKey


Data type: UInt8Access type: Read/WriteQualifiers: NoneThis value is used as the WMI key for a singleton policy and has no other effect.
MinimumRetryDelay


Data type: UInt32Access type: Read/WriteQualifiers: NoneRetry delay to pass to BITS when uploading or downloading message payloads (in minutes). If the value is 0 or null, BITS defaults are used.
NoProgressTimeout


Data type: UInt32Access type: Read/WriteQualifiers: NoneNo-progress timeout to pass to BITS when uploading or downloading message payloads (in minutes). If the value is null or 0, BITS defaults are used.
PolicyID


Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicyInstanceID


Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicyPrecedence


Data type: UInt32Access type: Read/WriteQualifiers: NoneSee CCM_Policy Client WMI Class.
PolicyRuleID


Data type: StringAccess type: Read/WriteQualifiers: Key See CCM_Policy Client WMI Class.
PolicySource


Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicyVersion


Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.