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