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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TfvcVersionSpecUtility Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace