GitTreeEntryRef.Size Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := True)> _
Public Property Size As Long
[DataMemberAttribute(EmitDefaultValue = true)]
public long Size { get; set; }
[DataMemberAttribute(EmitDefaultValue = true)]
public:
property long long Size {
long long get ();
void set (long long value);
}
[<DataMemberAttribute(EmitDefaultValue = true)>]
member Size : int64 with get, set
function get Size () : long
function set Size (value : long)
Property Value
Type: System.Int64
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.