BRItemTypeComponent.ItemType Propiedad
Gets or sets the item type.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property ItemType As BRItemType
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.MasterDataServices.Services.DataContracts.BRItemType
The item type.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts