Share via


PendingChange.Length Property

This is the length of the committed content (the version of the file the change is pended against).

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property Length As Long
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public long Length { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property long long Length {
    long long get ();
    void set (long long value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member Length : int64 with get, set
function get Length () : long 
function set Length (value : long)

Property Value

Type: System.Int64
Returns Int64.

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Server Namespace