BRConditionComponent.Parameters 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.
Retrieves the collection of script parameters
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRScriptParameter ^> ^ Parameters { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::BRScriptParameter ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRScriptParameter> Parameters { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Parameters : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.BRScriptParameter>
Public ReadOnly Property Parameters As Collection(Of BRScriptParameter)
Property Value
The collection of script parameters.
- Attributes