BRItemTypeComponent.ItemType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the item type.
public:
property Microsoft::MasterDataServices::BRItemType ItemType { Microsoft::MasterDataServices::BRItemType get(); void set(Microsoft::MasterDataServices::BRItemType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.BRItemType ItemType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ItemType : Microsoft.MasterDataServices.BRItemType with get, set
Public Property ItemType As BRItemType
Property Value
A new instance of type BRItemType.
- Attributes