다음을 통해 공유


IFsrmPropertyBag.ParentDirectoryId Property

 

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