IFsrmPropertyBag.FileId Property
Retrieves the NTFS file identifier of the file.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object FileId { get; }
property Object^ FileId {
Object^ get();
}
abstract FileId : Object with get
ReadOnly Property FileId As Object
Property Value
Type: System.Object
Returns a Object containing the file identifier of the file. The variant is of type VT_UI8. Query the ullVal member of the variant to access the identifier.
See Also
IFsrmPropertyBag Interface
Microsoft.Storage Namespace
Return to top