Attribute.Type プロパティ

属性に格納される値の型を取得または設定します。

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

構文

'宣言
<DataMemberAttribute> _
Public Property Type As AttributeValueType
    Get
    Set
'使用
Dim instance As Attribute
Dim value As AttributeValueType

value = instance.Type

instance.Type = value
[DataMemberAttribute]
public AttributeValueType Type { get; set; }
[DataMemberAttribute]
public:
property AttributeValueType Type {
    AttributeValueType get ();
    void set (AttributeValueType value);
}
[<DataMemberAttribute>]
member Type : AttributeValueType with get, set
function get Type () : AttributeValueType
function set Type (value : AttributeValueType)

プロパティ値

型: Microsoft.MasterDataServices.AttributeValueType
AttributeValueType の新しいインスタンス。

関連項目

参照

Attribute クラス

Microsoft.MasterDataServices 名前空間