다음을 통해 공유


BRItemTypeComponent.ItemType 속성

Gets or sets the item type.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property ItemType As BRItemType 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.BRItemType
The item type.

참고 항목

참조

BRItemTypeComponent 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스