CcmFileCollectionAgentMessage.ScanInterval Property
Gets or sets the scan interval. The default value is 2.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public TimeSpan ScanInterval { get; set; }
public:
property TimeSpan ScanInterval {
TimeSpan get();
void set(TimeSpan value);
}
Public Property ScanInterval As TimeSpan
Property Value
Type: System.TimeSpan
See Also
CcmFileCollectionAgentMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top