PFUser Properties | 
The PFUser type exposes the following members.
| Name | Description | |
|---|---|---|
| CreatedAt | 
            Gets the date of creation of this object in the database.
              (Inherited from PFObject.) | |
| CreatedBy | 
            Gets the user who created this object in the database.
              (Inherited from PFObject.) | |
| DisplayName | 
            Gets the user's display name.
              | |
| EmailAddress | 
            Gets the user's email address.
              | |
| Enabled | 
            Gets a value indicating whether the user is enabled in Packflow.
              | |
| Guid | 
            Gets the GUID identifying this object. 
              (Inherited from PFObject.) | |
| Id | 
            Gets the id identifying this object. 
              (Inherited from PFObject.) | |
| IgnoreVersionConflicts | 
            Gets or sets a value indicating whether version conflicts should be ignored when 
            updating a packflow object from this poco.
            
            Note : this value is not persisted nor serialiazed.
            Therefore this only affects the current instance.		
              (Inherited from PFObject.) | |
| IsSystemUser | 
            Gets a value indicating whether this user is a system user (=not a person).
              | |
| JobTitle | 
            Gets the user's job title.
              | |
| LanguageCode | 
            Gets the user's UI language.
              | |
| LoginName | 
            Gets the user's login name.
              | |
| ObjectReference | 
            Gets the reference to the corresponding object persisted in Packflow.
              (Inherited from PFObject.) | |
| PictureUrl | 
            Gets the user's picture url, if available.
              | |
| UpdatedAt | 
            Gets the date of the last update of this object.
              (Inherited from PFObject.) | |
| UpdatedBy | 
            Gets the user who last updated this object in the database.
              (Inherited from PFObject.) | |
| VersionNumber | 
            Gets the version number of this object in database. Incremented after each save.
              (Inherited from PFObject.) |