Share via


Colleague.IsInWorkGroup property

Gets or sets a value that indicates whether this colleague is part of a workgroup.

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

Syntax

'Declaration
Public Property IsInWorkGroup As Boolean
    Get
    Set
'Usage
Dim instance As Colleague
Dim value As Boolean

value = instance.IsInWorkGroup

instance.IsInWorkGroup = value
public bool IsInWorkGroup { get; set; }

Property value

Type: System.Boolean
true if this colleague is part of a workgroup; otherwise, false.

See also

Reference

Colleague class

Colleague members

Microsoft.Office.Server.UserProfiles namespace