TransformExpressionDataParameterPlaceholders Property |
Gets the list of transform expression parameter placeholders.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "parameterPlaceholders")]
public ICollection<ParameterPlaceholderOptions> ParameterPlaceholders { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "parameterPlaceholders")>
Public ReadOnly Property ParameterPlaceholders As ICollection(Of ParameterPlaceholderOptions)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"parameterPlaceholders")]
property ICollection<ParameterPlaceholderOptions^>^ ParameterPlaceholders {
ICollection<ParameterPlaceholderOptions^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "parameterPlaceholders")>]
member ParameterPlaceholders : ICollection<ParameterPlaceholderOptions> with get
Property Value
Type:
ICollectionParameterPlaceholderOptionsSee Also