FolderInfo.DriveFreeSpace Property
Gets and sets the space which is retrieved from the backend.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public ulong DriveFreeSpace { get; set; }
public:
[DataMemberAttribute]
property unsigned long long DriveFreeSpace {
unsigned long long get();
void set(unsigned long long value);
}
<DataMemberAttribute>
Public Property DriveFreeSpace As ULong
Property Value
Type: System.UInt64
The space retrieved from the backend.
See Also
FolderInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top