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

This information class is used to query or set file information.The FILE_STANDARD_INFORMATION data element is as follows.
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
DeletePending byte
Directory byte

Property Details

DeletePending public property

MUST be an 8-bit field that MUST be set to 1 to indicate that a file deletion has been requested; otherwise, 0.
public byte DeletePending
return byte

Directory public property

MUST be an 8-bit field that MUST be set to 1 to indicate that the file is a directory; otherwise, 0.
public byte Directory
return byte