BRItemTypeComponent.ItemType 属性

Gets or sets the item type.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.BRItemType
The item type.

请参阅

参考

BRItemTypeComponent 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间