LicenseStorageResultsType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of results to retrieve from the ILicenseAcknowledgementChallenge when calling the GetLicenseStorageResults(LicenseStorageResultsType) method.
public enum LicenseStorageResultsType
type LicenseStorageResultsType =
Public Enum LicenseStorageResultsType
- Inheritance
-
LicenseStorageResultsType
Fields
Name | Value | Description |
---|---|---|
All | 0 | Return both successful and failed license storage results. |
Successes | 1 | Return only successful license storage results. |
Failures | 2 | Return only failed license storage results. |