Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the remaining size of the drive.
Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public ulong SizeRemaining { get; set; }
public:
[DataMemberAttribute]
property unsigned long long SizeRemaining {
    unsigned long long get();
    void set(unsigned long long value);
}
<DataMemberAttribute>
Public Property SizeRemaining As ULong
Property Value
Type: System.UInt64
The remaining size of the drive.
See Also
DriveShortInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top