Freigeben über


BRItemTypeComponent.ItemType-Eigenschaft

Gets or sets the item type.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ItemType As BRItemType 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: Microsoft.MasterDataServices.Services.DataContracts.BRItemType
The item type.

Siehe auch

Verweis

BRItemTypeComponent Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace