PropertyDataType Members

Include Protected Members
Include Inherited Members

Represents the definition for the data types of a profile property.

The PropertyDataType type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field AllowMultiValue Specifies whether the value of a property used for a user profile allows multiple values.
Public fieldStatic member BigInteger Specifies big integer as the data type of a property used for a user profile.
Public fieldStatic member Binary Specifies binary as the data type of a property used for a user profile.
Public fieldStatic member Boolean Specifies a Boolean value as the data type of a property used for a user profile.
Public fieldStatic member Date Specifies the date for a property used for a user profile.
Public fieldStatic member DateNoYear Specifies a date without year for a property used for a user profile.
Public fieldStatic member DateTime Specifies DateTime as the data type of a property used for a user profile.
Public field DisplayName Specifies the display name of the user for the user profile.
Public fieldStatic member Email Specifies the e-mail address of the user for the user profile.
Public fieldStatic member Float Specifies float as the data type of a property used for a user profile.
Public fieldStatic member Guid Specifies the globally unique identifier (GUID) of a property used for a user profile.
Public fieldStatic member HTML Specifies HTML format as the data type of a property used for a user profile.
Public fieldStatic member Integer Specifies integer as the data type of a property used for a user profile.
Public field IsEmail Specifies a Boolean value indicating whether the data type of a property used for a user profile is in e-mail format.
Public field IsHTML Specifies a Boolean value indicating whether the data type of a property used for a user profile is in HTML format.
Public field IsPerson Specifies a Boolean value indicating whether the data type of a property used for a user profile refers to the user name of a person.
Public field IsURL Specifies a Boolean value indicating whether the data type of a property used for a user profile refers to a URL.
Public field MaxCharCount Specifies the maximum allowed character count for the value of a property used for a user profile.
Public field Name Specifies the name of the data type used as a property for a user profile.
Public fieldStatic member Person Specifies that the data type of a property used for a user profile refers to the user name of a person.
Public fieldStatic member String Specifies string as the data type of a property used for a user profile.
Public fieldStatic member URL Specifies the URL of a property used for a user profile.

Top

See Also

Reference

PropertyDataType Class

Microsoft.Office.Server.UserProfiles Namespace