Makeup.EyeMakeup Property

Definition

Gets or sets a boolean value describing whether eye makeup is present on a face.

[Newtonsoft.Json.JsonProperty(PropertyName="eyeMakeup")]
public bool EyeMakeup { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="eyeMakeup")>]
member this.EyeMakeup : bool with get, set
Public Property EyeMakeup As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to