C# 클래스 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.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
DeletePending byte
Directory byte

프로퍼티 상세

DeletePending 공개적으로 프로퍼티

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
리턴 byte

Directory 공개적으로 프로퍼티

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
리턴 byte