CalculateFolderSizeRequest.FolderSize Property
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