FileCollectionAction.SkipScanSerializable Property
Gets or sets the serializable files to skip when scanning. Do not set this property directly. Use SkipScan instead.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string SkipScanSerializable { get; set; }
public:
property String^ SkipScanSerializable {
String^ get();
void set(String^ value);
}
Public Property SkipScanSerializable As String
Property Value
Type: System.String
See Also
FileCollectionAction Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top