GitBlobRef.Size Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Size As Long
[DataMemberAttribute]
public long Size { get; set; }
[DataMemberAttribute]
public:
property long long Size {
long long get ();
void set (long long value);
}
[<DataMemberAttribute>]
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.