TransformDataIsReplaceElementNamesSupported Property

Gets or sets a value indicating whether this supports replace element names.

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 = "isReplaceElementNamesSupported")]
public bool IsReplaceElementNamesSupported { get; set; }

Property Value

Type: Boolean
true if this instance supports replace element names; otherwise, false.
See Also