BRItemTypeComponent.ItemType プロパティ

アイテムの種類を取得または設定します。

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

構文

'宣言
<DataMemberAttribute> _
Public Property ItemType As BRItemType
    Get
    Set
'使用
Dim instance As BRItemTypeComponent
Dim value As BRItemType

value = instance.ItemType

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

プロパティ値

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

関連項目

参照

BRItemTypeComponent クラス

Microsoft.MasterDataServices 名前空間