BusinessRule.BRElseActions Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Specifica la raccolta di azioni.
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)
Valore della proprietà
Raccolta di azioni.
- Attributi