Colleague.IsAssistant Property
Indicates whether this colleague is an assistant.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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.