IFileMetadataLength Property |
IT Hit User File System
Gets or sets file content lenght.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax Nullable<long> Length { get; set; }
Property Length As Nullable(Of Long)
Get
Set
property Nullable<long long> Length {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
abstract Length : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also