Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: System.Int64
Returns Int64.
.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.