EvaluationModeAttribute クラス

定義

アダプターでサポートされる評価モードを記述するカスタム属性

[System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=false)]
public sealed class EvaluationModeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.All, AllowMultiple=false)>]
type EvaluationModeAttribute = class
    inherit Attribute
Public NotInheritable Class EvaluationModeAttribute
Inherits Attribute
継承
EvaluationModeAttribute
属性

コンストラクター

名前 説明
EvaluationModeAttribute(AutomatedPolicyEvaluationMode)

ctor

プロパティ

名前 説明
AutomatedPolicyEvaluationMode

支柱

EvaluationModes

アダプターでサポートされる評価モードを記述するカスタム属性

適用対象