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 allocation size of the file.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object SizeAllocated { get; }
property Object^ SizeAllocated {
Object^ get();
}
abstract SizeAllocated : Object with get
ReadOnly Property SizeAllocated As Object
Property Value
Type: System.Object
Returns a Object containing the allocation size, in bytes, of the file. The variant is of type VT_I8. Query the llVal member of the variant to access the size.
See Also
IFsrmPropertyBag Interface
Microsoft.Storage Namespace
Return to top