This documentation is archived and is not being maintained.

PendingChange::Length Property

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

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

public:
property long long Length {
	long long get ();
}

Property Value

Type: System::Int64
The length of the committed content.

Show: