ExtensionCriteriaAttribute.MarkerAttributeType 属性

获取或设置标记特性类型。

命名空间:  Microsoft.Data.Schema.Extensibility
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Property MarkerAttributeType As Type
    Get
    Set
public Type MarkerAttributeType { get; set; }
public:
property Type^ MarkerAttributeType {
    Type^ get ();
    void set (Type^ value);
}
member MarkerAttributeType : Type with get, set
function get MarkerAttributeType () : Type
function set MarkerAttributeType (value : Type)

属性值

类型:System.Type

备注

此属性定义扩展必须由特定类型的特性修饰。

.NET Framework 安全性

请参见

参考

ExtensionCriteriaAttribute 类

Microsoft.Data.Schema.Extensibility 命名空间