TeamFoundationFileContainer.Size Property

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

Syntax

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

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

TeamFoundationFileContainer Class

Microsoft.TeamFoundation.Framework.Server Namespace