SfcSkuAttribute クラス

定義

プロパティまたはクラスのサポートされている SKU を指定する属性クラス

[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
継承
SfcSkuAttribute
属性

コンストラクター

名前 説明
SfcSkuAttribute(String, Boolean)

プロパティまたはクラスのサポートされている SKU を指定する属性クラス

SfcSkuAttribute(String[], Boolean)

プロパティまたはクラスのサポートされている SKU を指定する属性クラス

プロパティ

名前 説明
Exclusive

指定された SKU が、プロパティの排他的サポートであるか、包括的であるかを示します。

SkuNames

SKU の一覧

適用対象