PhotoSetting 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.
Enumerates the types for Display AD Photo.
public enum class PhotoSetting
public enum PhotoSetting
type PhotoSetting =
Public Enum PhotoSetting
- Inheritance
-
PhotoSetting
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
Display | 0 | Display photo from Active Directory. |
DoNotDisplay | 1 | Do not display photo from Active Directory. |
Default | 2 | User default setting from administrator to determine if displayed photo is from Active Directory. |