C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.FileDirectoryInformation

This information class is used to query detailed information for the files in a directory.The FILE_DIRECTORY_INFORMATION data element is as follows.
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
FileName byte

Property Details

FileName public property

A sequence of Unicode characters containing the file name. This field might not be NULL-terminated, and MUST be handled as a sequence of FileNameLength bytes.
public byte FileName
return byte