TfsGitObject.GetLength Method

Gets the length for this object from the owning repository.

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
Public Function GetLength ( _
    requestContext As TeamFoundationRequestContext _
) As Long
public long GetLength(
    TeamFoundationRequestContext requestContext
)
public:
long long GetLength(
    TeamFoundationRequestContext^ requestContext
)
member GetLength : 
        requestContext:TeamFoundationRequestContext -> int64
public function GetLength(
    requestContext : TeamFoundationRequestContext
) : long

Parameters

Return Value

Type: System.Int64
Returns Int64.

.NET Framework Security

See Also

Reference

TfsGitObject Class

Microsoft.TeamFoundation.Git.Server Namespace