SharingMode 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.
Access sharing semantic.
public enum class SharingMode
public enum class SharingMode
enum SharingMode
public enum SharingMode
type SharingMode =
Public Enum SharingMode
- Inheritance
-
SharingMode
Fields
Name | Value | Description |
---|---|---|
Exclusive | 0 | Don't share the access with any other access scope |
Share | 1 | Can share access with other Share scopes |