IFsrmPropertyBag.Size Property
Gets the size of the file.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object Size { get; }
property Object^ Size {
Object^ get();
}
abstract Size : Object with get
ReadOnly Property Size As Object
Property Value
Type: System.Object
Returns a Object containing The 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