Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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