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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
AllowMultiValue | Specifies whether the value of a property used for a user profile allows multiple values. | |
BigInteger | Specifies big integer as the data type of a property used for a user profile. | |
Binary | Specifies binary as the data type of a property used for a user profile. | |
Boolean | Specifies a Boolean value as the data type of a property used for a user profile. | |
Date | Specifies the date for a property used for a user profile. | |
DateNoYear | Specifies a date without year for a property used for a user profile. | |
DateTime | Specifies DateTime as the data type of a property used for a user profile. | |
DisplayName | Specifies the display name of the user for the user profile. | |
Specifies the e-mail address of the user for the user profile. | ||
Float | Specifies float as the data type of a property used for a user profile. | |
Guid | Specifies the globally unique identifier (GUID) of a property used for a user profile. | |
HTML | Specifies HTML format as the data type of a property used for a user profile. | |
Integer | Specifies integer as the data type of a property used for a user profile. | |
IsEmail | Specifies a Boolean value indicating whether the data type of a property used for a user profile is in e-mail format. | |
IsHTML | Specifies a Boolean value indicating whether the data type of a property used for a user profile is in HTML format. | |
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. | |
IsURL | Specifies a Boolean value indicating whether the data type of a property used for a user profile refers to a URL. | |
MaxCharCount | Specifies the maximum allowed character count for the value of a property used for a user profile. | |
Name | Specifies the name of the data type used as a property for a user profile. | |
Person | Specifies that the data type of a property used for a user profile refers to the user name of a person. | |
String | Specifies string as the data type of a property used for a user profile. | |
URL | Specifies the URL of a property used for a user profile. |
Top