FileMetadataLength 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 public Nullable<long> Length { get; set; }
Public Property Length As Nullable(Of Long)
Get
Set
public:
virtual property Nullable<long long> Length {
Nullable<long long> get () sealed;
void set (Nullable<long long> value) sealed;
}
abstract Length : Nullable<int64> with get, set
override Length : Nullable<int64> with get, set
Property Value
Type:
NullableInt64Implements
IFileMetadataLengthSee Also