Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- descriptor
Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
Return Value
Type: System.Boolean
True if owner, else false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.