BusinessRule.BRActions Propiedad
Gets or sets the collection of actions.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActions As Collection(Of BRAction)
Get
Friend Set
'Uso
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>)
Valor de la propiedad
Tipo: System.Collections.ObjectModel.Collection<BRAction>
The collection of actions.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts