SfcSkuAttribute Class
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.
Attribute class to specify supported SKU of a property or class
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcSkuAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcSkuAttribute = class
inherit Attribute
Public Class SfcSkuAttribute
Inherits Attribute
- Inheritance
-
SfcSkuAttribute
- Attributes
Constructors
SfcSkuAttribute(String, Boolean) | |
SfcSkuAttribute(String[], Boolean) |
Properties
Exclusive |
Indicates whether the SKU's that are specified, are exclusive support of the property or inclusive. |
SkuNames |
List of SKUs |