TransformDataSupportsCollectionPlaceholders Property |
Gets a value indicating whether this transform supports collection 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 = "supportsCollectionPlaceholders")]
public bool SupportsCollectionPlaceholders { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "supportsCollectionPlaceholders")>
Public Property SupportsCollectionPlaceholders As Boolean
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"supportsCollectionPlaceholders")]
property bool SupportsCollectionPlaceholders {
bool get ();
void set (bool value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "supportsCollectionPlaceholders")>]
member SupportsCollectionPlaceholders : bool with get, set
Property Value
Type:
Boolean if this transform supports collection placeholders; otherwise,
.
See Also