LeaseState 열거형

정의

수명 임대에 설정할 수 있는 임대 상태를 나타냅니다.

public enum class LeaseState
[System.Serializable]
public enum LeaseState
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum LeaseState
[<System.Serializable>]
type LeaseState = 
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type LeaseState = 
Public Enum LeaseState
상속
LeaseState
특성

필드

Active 2

임대가 활성화되어 있으며 만료되지 않았습니다.

Expired 4

임대가 만료되었으며 갱신될 수 없습니다.

Initial 1

임대가 만들어졌지만 아직 활성화되지 않았습니다.

Null 0

임대가 초기화되지 않았습니다.

Renewing 3

임대가 만료되었으며 보증을 검색하고 있습니다.

설명

CurrentState 임대의 임대 상태를 반환 하는 속성입니다.

적용 대상