MetadataAttribute.AttributeType プロパティ

属性の型を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute(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(EmitDefaultValue = false)]
public Nullable<AttributeType> AttributeType { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Nullable<AttributeType> AttributeType {
    Nullable<AttributeType> get ();
    void set (Nullable<AttributeType> value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member AttributeType : Nullable<AttributeType> with get, set
function get AttributeType () : Nullable<AttributeType>
function set AttributeType (value : Nullable<AttributeType>)

プロパティ値

型: System.Nullable<AttributeType>
AttributeType 型の新しいインスタンス。

関連項目

参照

MetadataAttribute クラス

Microsoft.MasterDataServices 名前空間