This topic has not yet been rated - Rate this topic

WorkspaceInfo.OwnerNameMatches Method

Visual Studio 2012

Returns true if the owner name matches any of the valid owner names for this workspace.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public bool OwnerNameMatches(
	string ownerName
)

Parameters

ownerName
Type: String

The name of the owner for this workspace.

Return Value

Type: Boolean
true if the owner name matches any of the valid owner names for this workspace; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.