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 (in Microsoft.Office.Server.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