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 the list of files to skip scanning for the file collection. The default list contains only "skpswi.dat"
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<string> SkipScanFiles { get; }
public:
property Collection<String^>^ SkipScanFiles {
Collection<String^>^ get();
}
Public ReadOnly Property SkipScanFiles As Collection(Of String)
Property Value
Type: System.Collections.ObjectModel.Collection<String>
See Also
CcmFileCollectionAgentMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top