C# Класс Microsoft.Protocols.TestSuites.Rdpbcgr.efs.FileAttributeTagInformation

This information class is used to query for attribute and reparse tag information for a file. The FILE_ATTRIBUTE_TAG_INFORMATION data element is as follows:
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FileAttributes uint
ReparseTag uint

Описание свойств

FileAttributes публичное свойство

A 32-bit unsigned integer that contains the file attributes.
public uint FileAttributes
Результат uint

ReparseTag публичное свойство

A 32-bit unsigned integer that specifies the reparse point tag. If the FileAttributes member includes the FILE_ATTRIBUTE_REPARSE_POINT attribute flag, this member specifies the reparse tag. Otherwise, this member SHOULD be set to 0, and MUST be ignored.
public uint ReparseTag
Результат uint