SfcSkuAttribute Class

Definition

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

Applies to