TfvcVersionSpecUtility.TryParseOwnerId Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Shared Function TryParseOwnerId ( _
requestContext As TeamFoundationRequestContext, _
givenIdentifier As String, _
<OutAttribute> ByRef ownerIdentifier As String _
) As Boolean
public static bool TryParseOwnerId(
TeamFoundationRequestContext requestContext,
string givenIdentifier,
out string ownerIdentifier
)
public:
static bool TryParseOwnerId(
TeamFoundationRequestContext^ requestContext,
String^ givenIdentifier,
[OutAttribute] String^% ownerIdentifier
)
static member TryParseOwnerId :
requestContext:TeamFoundationRequestContext *
givenIdentifier:string *
ownerIdentifier:string byref -> bool
public static function TryParseOwnerId(
requestContext : TeamFoundationRequestContext,
givenIdentifier : String,
ownerIdentifier : String
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- givenIdentifier
Type: System.String
- ownerIdentifier
Type: System.String
Return Value
Type: System.Boolean
.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.