Share via


Contact.IsCollection Property

Indicates whether the Contact object represents a collection.

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

Syntax

'Declaration
Public ReadOnly Property IsCollection As Boolean
    Get
'Usage
Dim instance As Contact
Dim value As Boolean

value = instance.IsCollection
public bool IsCollection { get; }

Property Value

Type: System.Boolean
If true, the Contact object represents a collection; otherwise, false.

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

IsCollection Overload

Microsoft.Office.Workflow.Utility Namespace