ContactData Members
Include Protected Members
Include Inherited Members
Represents a user profile contact that contains information about the contact.
The ContactData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContactData | Initializes a new instance of the ContactData class. |
Top
Properties
Name | Description | |
---|---|---|
AccountName | Gets or sets the account name of the user profile contact. | |
Gets or sets the email address of the user profile contact. | ||
Group | Gets or sets the group of the user profile contact. | |
ID | Gets or sets the unique identifier (ID) of the user profile contact. | |
IsInWorkGroup | Gets or sets a value that specifies whether the user profile contact is in the same workgroup as another user. | |
Name | Gets or sets the name of the user profile contact. | |
Privacy | Gets or sets the privacy level of the user profile contact. | |
Title | Gets or sets the title of the user profile contact. | |
Url | Gets or sets the URL of the user profile contact. | |
UserProfileID | Gets or sets the user profile ID of the user profile contact. |
Top
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