Propriedade do RDL BusinessRuleSet.BRActions
Gets or sets the collection of actions.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActions As Collection(Of BRAction)
Get
Friend Set
'Uso
Dim instance As BusinessRuleSet
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>)
Valor da propriedade
Tipo: System.Collections.ObjectModel.Collection<BRAction>
The collection of actions.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts