Click or drag to resize

OAuthUserDataverified_email Property

Gets or sets a value indicating whether this user has verified his email address.

Namespace:  Packflow.Interface.Account
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataMemberAttribute(Name = "verified_email")]
public bool verified_email { get; set; }

Property Value

Type: Boolean
See Also