ContactData.IsInWorkGroup property
Gets or sets a value that specifies whether the user profile contact is in the same workgroup as another user.
Namespace: WebSvcUserProfileService
Assembly: UserProfileServices (in UserProfileServices.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
true if the user profile contact is in the same workgroup as another user; otherwise, false.