Share via


Contact.LoginName Property

Gets the logon name of a person or group.

Namespace:  Microsoft.Office.Workflow.Utility
Assembly:  Microsoft.Office.Workflow.Pages (in Microsoft.Office.Workflow.Pages.dll)

Syntax

'Declaration
Public ReadOnly Property LoginName As String
    Get
'Usage
Dim instance As Contact
Dim value As String

value = instance.LoginName
public string LoginName { get; }

Property Value

Type: System.String
The logon name of the person or group.

Remarks

For an example of how to use the LoginName property, see the example in ExpandGroups method.

See Also

Reference

Contact Class

Contact Members

LoginName Overload

Microsoft.Office.Workflow.Utility Namespace