Share via


ContactData.AccountName Property

Gets or sets the account name of the user profile contact.

Namespace:  websvcUserProfileService
Assembly:  MOSSSOAP (in MOSSSOAP.dll)

Syntax

'Declaration
Public Property AccountName As String
    Get
    Set
'Usage
Dim instance As ContactData
Dim value As String

value = instance.AccountName

instance.AccountName = value
public string AccountName { get; set; }

Property Value

Type: System.String
The account name of the user profile contact.

Remarks

For code examples about how to use the ContactData class, see How to: Use the Web Service to Find What's Common Between Two User Profiles and How to: Use the Web Service to Retrieve Profile Data of a User.

See Also

Reference

ContactData Class

ContactData Members

websvcUserProfileService Namespace