Свойство 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.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts