BRItemTypeComponent.ItemType 속성
Gets or sets the item type.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.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.BRItemType
A new instance of type BRItemType.