Share via


Colleague.IsAssistant property

Indicates whether this colleague is an assistant.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property IsAssistant As Boolean
    Get
'Usage
Dim instance As Colleague
Dim value As Boolean

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

Property value

Type: System.Boolean
true if this colleague is an assistant; otherwise, false.

See also

Reference

Colleague class

Colleague members

Microsoft.Office.Server.UserProfiles namespace