BRItem.Operator 屬性
Gets or sets the operator.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property Operator As BRItemType
Get
Set
'用途
Dim instance As BRItem
Dim value As BRItemType
value = instance.Operator
instance.Operator = value
[DataMemberAttribute]
public BRItemType Operator { get; set; }
[DataMemberAttribute]
public:
property BRItemType Operator {
BRItemType get ();
void set (BRItemType value);
}
[<DataMemberAttribute>]
member Operator : BRItemType with get, set
function get Operator () : BRItemType
function set Operator (value : BRItemType)
屬性值
型別:Microsoft.MasterDataServices.BRItemType
A new instance of type BRItemType.