Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.