Share via


FileInformation.UncompressedLength Property

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

Syntax

'Declaration
Public Property UncompressedLength As Long
public long UncompressedLength { get; set; }
public:
property long long UncompressedLength {
    long long get ();
    void set (long long value);
}
member UncompressedLength : int64 with get, set
function get UncompressedLength () : long 
function set UncompressedLength (value : long)

Property Value

Type: System.Int64
Returns Int64.

.NET Framework Security

See Also

Reference

FileInformation Class

Microsoft.TeamFoundation.Server.Core Namespace