Share via


ContactData.IsInWorkGroup Property

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

Namespace:  websvcUserProfileService
Assembly:  MOSSSOAP (in MOSSSOAP.dll)

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
If the user profile contact is in the same workgroup as another user, true; otherwise false.

Remarks

For code examples about how to use the ContactData class, see How to: Use the Web Service to Find What's Common Between Two User Profiles and How to: Use the Web Service to Retrieve Profile Data of a User.

See Also

Reference

ContactData Class

ContactData Members

websvcUserProfileService Namespace