BusinessRuleSet.BRElseActions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API is now deprecated.
Specifies the collection of else actions.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRAction ^> ^ BRElseActions { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRAction ^> ^ get(); };
[System.Obsolete]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRAction> BRElseActions { get; }
[<System.Obsolete>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BRElseActions : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRAction>
Public ReadOnly Property BRElseActions As Collection(Of BRAction)
Property Value
- Attributes