Partager via


Propriété BusinessRule.BRActions

Gets or sets the collection of actions.

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

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActions As Collection(Of BRAction)
    Get 
    Friend Set
'Utilisation
Dim instance As BusinessRule 
Dim value As Collection(Of BRAction)

value = instance.BRActions
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRAction> BRActions { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRAction^>^ BRActions {
    Collection<BRAction^>^ get ();
    internal: void set (Collection<BRAction^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRActions : Collection<BRAction> with get, internal set
function get BRActions () : Collection<BRAction>
internal function set BRActions (value : Collection<BRAction>)

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<BRAction>
The collection of actions.

Voir aussi

Référence

BusinessRule Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts