FileCollectionAction.ScanInterval Property
Gets or sets the scan interval, in minutes.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public uint ScanInterval { get; set; }
public:
property unsigned int ScanInterval {
unsigned int get();
void set(unsigned int value);
}
Public Property ScanInterval As UInteger
Property Value
Type: System.UInt32
See Also
FileCollectionAction Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top