PackageNeutralClass.EncryptCheckpoints 속성

정의

검사점 파일이 암호화되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 virtual property bool EncryptCheckpoints { bool get(); void set(bool value); };
public virtual bool EncryptCheckpoints { get; set; }
member this.EncryptCheckpoints : bool with get, set
Public Overridable Property EncryptCheckpoints As Boolean

속성 값

검사점 파일이 암호화되면 true이고, 그렇지 않으면 false입니다.

구현

설명

자세한 내용은 Package를 참조하세요.

적용 대상