Click or drag to resize

FormsAccountSyncInfo Properties

The PFFormsAccountsHubFormsAccountSyncInfo type exposes the following members.

Properties
  NameDescription
Public propertyCanResetPassword
Gets or sets a value indicating whether the provider allows password reset.
(Inherited from PFFormsAccountsHubFormsAccountInfo.)
Public propertyEmail
Gets or sets the Email of the Membership User
(Inherited from PFFormsAccountsHubFormsAccountInfo.)
Public propertyIsApproved
Gets or sets a value indicating whether membership User is approved by its provider.
(Inherited from PFFormsAccountsHubFormsAccountInfo.)
Public propertyIsLockedOut
Gets or sets a value indicating whether membership User is locked by its provider. This happens when too many login attempts fail.
(Inherited from PFFormsAccountsHubFormsAccountInfo.)
Public propertyLastActivity
Gets or sets the last login date in short format.
(Inherited from PFFormsAccountsHubFormsAccountInfo.)
Public propertyLoginName
Gets or sets the login Name of the Membership User
(Inherited from PFFormsAccountsHubFormsAccountInfo.)
Public propertyMessage
The last operation's message
Public propertyPFUserId
The Id of the PFUser this account is associated to.
Public propertyState
The actual synchronization state
Top
See Also