Compartir a través de


BusinessRules.BRActions Propiedad

Gets or sets an array of actions.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActions As Collection(Of BRAction)
    Get
    Set
'Uso
Dim instance As BusinessRules
Dim value As Collection(Of BRAction)

value = instance.BRActions

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

Valor de la propiedad

Tipo: System.Collections.ObjectModel.Collection<BRAction>
A collection of type BRAction.

Vea también

Referencia

BusinessRules Clase

Espacio de nombres Microsoft.MasterDataServices