次の方法で共有


LicenseStorageResultsType 列挙型

定義

メソッドを呼び出すときに から取得する結果の ILicenseAcknowledgementChallenge 種類を GetLicenseStorageResults(LicenseStorageResultsType) 指定します。

public enum LicenseStorageResultsType
type LicenseStorageResultsType = 
Public Enum LicenseStorageResultsType
継承
LicenseStorageResultsType

フィールド

All 0

成功したライセンスストレージと失敗したライセンスストレージの両方の結果を返します。

Failures 2

失敗したライセンス ストレージの結果のみを返します。

Successes 1

成功したライセンス ストレージの結果のみを返します。

適用対象