Share via


Contact.ToString Method

Returns a string that represents the current object.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function ToString As String
'Usage
Dim instance As Contact
Dim returnValue As String

returnValue = instance.ToString()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override string ToString()

Return Value

Type: System.String
A string that represents the current object.

Remarks

For an example of how to use some of the members in the Contact class, see the example in ExpandGroups method.

See Also

Reference

Contact Class

Contact Members

ToString Overload

Microsoft.Office.Workflow.Utility Namespace