Partager via


Interface IBRArgument

Represents the interface for all business rule arguments.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
Public Interface IBRArgument
'Utilisation
Dim instance As IBRArgument
public interface IBRArgument
public interface class IBRArgument
type IBRArgument =  interface end
public interface IBRArgument

Le type IBRArgument expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Identifier Gets or sets a business rule argument ID.
Propriété publique PropertyName Gets or sets a business rule argument property name.
Propriété publique PropertyType Gets or sets a business rule argument property type.

Haut de la page