Partager via


Propriété BRItemTypeComponent.ItemType

Gets or sets the item type.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property ItemType As BRItemType
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.MasterDataServices.BRItemType
A new instance of type BRItemType.

Voir aussi

Référence

BRItemTypeComponent Classe

Espace de noms Microsoft.MasterDataServices