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.
Retrieves the NTFS identifier of the file's parent directory.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object ParentDirectoryId { get; }
property Object^ ParentDirectoryId {
Object^ get();
}
abstract ParentDirectoryId : Object with get
ReadOnly Property ParentDirectoryId As Object
Property Value
Type: System.Object
Returns a Object containing The identifier of the file's parent directory. 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