Click or drag to resize

MembershipUserInfoIsApproved Property

Gets or sets a value indicating whether membership User is approved by its provider.

Namespace:  Packflow.Core.Poco
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public bool IsApproved { get; set; }

Property Value

Type: Boolean
See Also