다음을 통해 공유


LicenseSatisfactionInfo.SatisfiedByOpenLicense 속성

정의

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

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

속성 값

Boolean

bool

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

적용 대상