Freigeben über


FileContainer.Size Property

Namespace:  Microsoft.VisualStudio.Services.FileContainer
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Size As Long
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public long Size { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property long long Size {
    long long get ();
    void set (long long value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
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

FileContainer Class

Microsoft.VisualStudio.Services.FileContainer Namespace