Share via


ContactData.IsInWorkGroup Property

Gets or sets a value that specifies whether the user profile contact is in the same workgroup as another user.

Namespace:  [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx

Syntax

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

value = instance.IsInWorkGroup

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

Property Value

Type: System.Boolean
true if the user profile contact is in the same workgroup as another user; otherwise, false.

See Also

Reference

ContactData Class

ContactData Members

UserProfileService Web Service