Share via


ISPWContact.Alias Property

Provides the alias of the contact.

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Interface (in Microsoft.Office.SharePointWorkspace.AddIn.Interface.dll)

Syntax

'Declaration
ReadOnly Property Alias As String
    Get
'Usage
Dim instance As ISPWContact
Dim value As String

value = instance.Alias
string Alias { get; }

Property Value

Type: System.String
The contact's alias.

Remarks

The alias is defined by the current user as a display name for the SharePoint Workspace user. For example, an alias can be used to distinguish two users who have identical names.

See Also

Reference

ISPWContact Interface

ISPWContact Members

Microsoft.Office.SharePointWorkspace.AddIn Namespace