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 collection of file names to exclude from the scope.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public ReadOnly Property FileNameExcludes As ICollection(Of String)
'Usage
Dim instance As FileSyncScopeFilter
Dim value As ICollection(Of String)
value = instance.FileNameExcludes
public ICollection<string> FileNameExcludes { get; }
public:
property ICollection<String^>^ FileNameExcludes {
ICollection<String^>^ get ();
}
/** @property */
public ICollection<String> get_FileNameExcludes ()
public function get FileNameExcludes () : ICollection<String>
Property Value
The collection of file names to exclude from the scope. An empty collection means no files are excluded based on name.
Remarks
Wildcards (* and ?) can be used in file names.
See Also
Reference
FileSyncScopeFilter Class
FileSyncScopeFilter Members
Microsoft.Synchronization.Files Namespace