FileContainerItem.FileLength 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 FileLength As Long
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public long FileLength { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property long long FileLength {
long long get ();
void set (long long value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member FileLength : int64 with get, set
function get FileLength () : long
function set FileLength (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.