API Reference
Enum
BenchmarkProductVariant
Identifies a benchmark product variant within one product generation.
Inheritance
- Enum
- BenchmarkProductVariant
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property BenchmarkPack.ProductVariant
- Field BenchmarkProductVariant.Enterprise
- Field BenchmarkProductVariant.Standalone
- Field BenchmarkProductVariant.Standard
- Property BenchmarkCatalogProduct.ProductVariant
- Property BenchmarkPackFreshness.ProductVariant
- Property BenchmarkSourceDescriptor.ProductVariant
- Method CisBenchmarkSourceCatalog.GetDefaultProductVariant
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const BenchmarkProductVariant Standard #The product has no separate benchmark variant.
Value:
0public const BenchmarkProductVariant Enterprise #A domain-managed enterprise workstation benchmark.
Value:
1public const BenchmarkProductVariant Standalone #A workgroup or otherwise stand-alone workstation benchmark.
Value:
2