Partager via


CcmFileCollectionAgentMessage.SkipScanFiles Property

 

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