IIdentityManagementService.IsOwner Method

Check if the given descriptor is of TeamFoundation type, and belongs to this IMS host. This does not confirm that such a group actually exists, just that the Sid pattern belongs to this host.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Function IsOwner ( _
    descriptor As IdentityDescriptor _
) As Boolean
bool IsOwner(
    IdentityDescriptor descriptor
)
bool IsOwner(
    IdentityDescriptor^ descriptor
)
abstract IsOwner : 
        descriptor:IdentityDescriptor -> bool
function IsOwner(
    descriptor : IdentityDescriptor
) : boolean

Parameters

Return Value

Type: System.Boolean
True if owner, else false.

.NET Framework Security

See Also

Reference

IIdentityManagementService Interface

Microsoft.TeamFoundation.Framework.Client Namespace