TransformExpressionDataParameterPlaceholders Property |
Gets the list of transform expression parameter placeholders.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
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:
ICollectionParameterPlaceholderOptions
See Also