다음을 통해 공유


LicenseSatisfactionInfo.SatisfiedByPass 속성

정의

라이선스 자격이 패스와 연결되어 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool SatisfiedByPass { bool get(); };
bool SatisfiedByPass();
public bool SatisfiedByPass { get; }
var boolean = licenseSatisfactionInfo.satisfiedByPass;
Public ReadOnly Property SatisfiedByPass As Boolean

속성 값

Boolean

bool

라이선스 자격이 패스와 연결된 경우 True입니다. 그렇지 않으면 false입니다.

적용 대상