Share via


IBRArgument Interface

Represents the interface for all business rule arguments.

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

Syntax

'Declaration
Public Interface IBRArgument
'Usage
Dim instance As IBRArgument
public interface IBRArgument
public interface class IBRArgument
type IBRArgument =  interface end
public interface IBRArgument

The IBRArgument type exposes the following members.

Properties

  Name Description
Public property Identifier Gets or sets a business rule argument ID.
Public property PropertyName Gets or sets a business rule argument property name.
Public property PropertyType Gets or sets a business rule argument property type.

Top