Propriedade do RDL BusinessRule.BRActions
Gets or sets an array of business rule actions.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActions As Collection(Of BRAction)
Get
Set
'Uso
Dim instance As BusinessRule
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 da propriedade
Tipo: System.Collections.ObjectModel.Collection<BRAction>
A collection of type BRAction.