PlayReadyLicense.UsableForPlay 속성

정의

이 라이선스를 재생에 사용할 수 있는지 여부를 가져옵니다.

public:
 property bool UsableForPlay { bool get(); };
bool UsableForPlay();
public bool UsableForPlay { get; }
var boolean = playReadyLicense.usableForPlay;
Public ReadOnly Property UsableForPlay As Boolean

속성 값

Boolean

bool

이 라이선스를 재생에 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상