The SMS_AntimalwareSignatureUpdateConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents …. 

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

Class SMS_AntimalwareSignatureUpdateConfig : SMS_ClientAgentConfig_BaseClass
{
	UInt32 AgentID;
	UInt32 AuGracePeriod;
	String DefinitionUpdateFileSharesSources[];
	Boolean EnableSignatureUpdateCatchupInterval;
	String FallbackOrder[];
	UInt32 SignatureUpdateCatchupInterval;
	UInt32 SignatureUpdateDay;
	UInt32 SignatureUpdateInterval;
	UInt32 SignatureUpdateTime;
};

Methods

The SMS_AntimalwareSignatureUpdateConfig class does not define any methods.

Properties

AgentID

Data type: UInt32Access type: Read-only Qualifiers: [key, read]AgentID  
AuGracePeriod

Data type: UInt32Access type: Read/Write Qualifiers: noneAuGracePeriod  
DefinitionUpdateFileSharesSources

Data type: String Array Access type: Read/Write Qualifiers: noneDefinitionUpdateFileSharesSources  
EnableSignatureUpdateCatchupInterval

Data type: BooleanAccess type: Read/Write Qualifiers: noneEnableSignatureUpdateCatchupInterval  
FallbackOrder

Data type: String Array Access type: Read/Write Qualifiers: noneFallbackOrder  
SignatureUpdateCatchupInterval

Data type: UInt32Access type: Read/Write Qualifiers: noneSignatureUpdateCatchupInterval  
SignatureUpdateDay

Data type: UInt32Access type: Read/Write Qualifiers: noneSignatureUpdateDay  
SignatureUpdateInterval

Data type: UInt32Access type: Read/Write Qualifiers: noneSignatureUpdateInterval  
SignatureUpdateTime

Data type: UInt32Access type: Read/Write Qualifiers: noneSignatureUpdateTime  

Remarks

Requirements

Runtime Requirements

Development Requirements