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 the size of the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public ulong FolderSize { get; private set; }
public:
property unsigned long long FolderSize {
unsigned long long get();
private: void set(unsigned long long value);
}
Public Property FolderSize As ULong
Get
Private Set
End Property
Property Value
Type: System.UInt64
The size of the folder.
See Also
CalculateFolderSizeRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top