SynchronizeSecurity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the synchronize security objects.
public enum SynchronizeSecurity
type SynchronizeSecurity =
Public Enum SynchronizeSecurity
- Inheritance
-
SynchronizeSecurity
Fields
Name | Value | Description |
---|---|---|
CopyAll | 0 | Specifies the copy all objects. |
SkipMembership | 1 | Specifies the skip membership objects. |
IgnoreSecurity | 2 | Specifies the ignored security objects. |