FileInformation.Length Property

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

Syntax

'Declaration
Public Property Length As Long
public long Length { get; set; }
public:
property long long Length {
    long long get ();
    void set (long long value);
}
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

FileInformation Class

Microsoft.TeamFoundation.Server.Core Namespace