FeatureAttribute.Name

FeatureAttribute.Name property

属性の名前を取得します。

public string Name { get; set; }

プロパティ値

属性の名前。

例外

例外調子
ArgumentNullException属性名はnull.
InvalidOperationException属性はロックされています。

関連項目