다음을 통해 공유


_FsrmFileSystemPropertyId Enumeration

 

Defines the possible types of file system property ids.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

public enum _FsrmFileSystemPropertyId
public enum class _FsrmFileSystemPropertyId
type _FsrmFileSystemPropertyId
Public Enumeration _FsrmFileSystemPropertyId

Members

Member name Description
FsrmFileSystemPropertyId_DateCreated

The file system property id is the file's creation time.

FsrmFileSystemPropertyId_DateLastAccessed

The file system property id is the file's last accessed time.

FsrmFileSystemPropertyId_DateLastModified

The file system property id is the file's last modified time.

FsrmFileSystemPropertyId_DateNow

The file system property id is the current time.

FsrmFileSystemPropertyId_FileName

The file system property id is the filename, including the extension.

FsrmFileSystemPropertyId_Undefined

The file system property id is not used. This is the default.

See Also

PropertyId
Microsoft.Storage Namespace

Return to top