FilterType Enumeration
Represents the type of a synchronization filter.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Enumeration FilterType
'Usage
Dim instance As FilterType
public enum FilterType
public enum class FilterType
public enum FilterType
public enum FilterType
Members
Member name | Description | |
---|---|---|
NonPersisted | The filter is not persisted. | |
Persisted | The filter is persisted. |