Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the item type.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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)
Property Value
Type: Microsoft.MasterDataServices.BRItemType
A new instance of type BRItemType.