MetadataAttribute.AttributeType 属性

Gets or sets the type of the attribute.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property AttributeType As Nullable(Of AttributeType)
    Get 
    Set
用法
Dim instance As MetadataAttribute 
Dim value As Nullable(Of AttributeType)

value = instance.AttributeType

instance.AttributeType = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Nullable<AttributeType> AttributeType { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Nullable<AttributeType> AttributeType {
    Nullable<AttributeType> get ();
    void set (Nullable<AttributeType> value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member AttributeType : Nullable<AttributeType> with get, set
function get AttributeType () : Nullable<AttributeType>
function set AttributeType (value : Nullable<AttributeType>)

属性值

类型:System.Nullable<AttributeType>
The type of the attribute.

请参阅

参考

MetadataAttribute 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间