BusinessRule.BRElseActions Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Especifica la colección de acciones.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRAction ^> ^ BRElseActions { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRAction ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRAction ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRAction> BRElseActions { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BRElseActions : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRAction> with get, set
Public Property BRElseActions As Collection(Of BRAction)
Valor de propiedad
Colección de acciones.
- Atributos