Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the operator.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Operator As BRItemType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.BRItemType
A new instance of type BRItemType.