Contact class

Represents data from the Contact Selector control.

Inheritance hierarchy

System.Object
  Microsoft.Office.Workflow.Utility.Contact

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

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class Contact
'Usage
Dim instance As Contact
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class Contact

Remarks

Use the functions in the Contact class to extract data from the Contact Selector control.

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

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

Contact members

Microsoft.Office.Workflow.Utility namespace