This documentation is archived and is not being maintained.
WorkspaceInfo::OwnerNameMatches Method
Visual Studio 2013
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)
Parameters
- ownerName
- Type: System::String
The name of the owner for this workspace.
Return Value
Type: System::Booleantrue if the owner name matches any of the valid owner names for this workspace; otherwise, false.
- 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.
Show: