BRItem.Operator Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the operator.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public BRItemType Operator { get; set; }
public:
[DataMemberAttribute]
property BRItemType Operator {
    BRItemType get();
    void set(BRItemType value);
}
[<DataMemberAttribute>]
member Operator : BRItemType with get, set
<DataMemberAttribute>
Public Property Operator As BRItemType

Property Value

Type: Microsoft.MasterDataServices.BRItemType

A new instance of type BRItemType.

See Also

BRItem Class
Microsoft.MasterDataServices Namespace

Return to top