Share via


Contact.IsSPUser property

Indicates whether a person is a user of Microsoft Windows SharePoint Services.

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

Syntax

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

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

Property value

Type: System.Boolean
If true, the person is a Microsoft Windows SharePoint Services user or security group; 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

IsSPUser overload

Microsoft.Office.Workflow.Utility namespace