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; }<DataMemberAttribute(EmitDefaultValue := false, Name := "isReplaceElementNamesSupported")>
Public Property IsReplaceElementNamesSupported As Boolean
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"isReplaceElementNamesSupported")]
property bool IsReplaceElementNamesSupported {
bool get ();
void set (bool value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "isReplaceElementNamesSupported")>]
member IsReplaceElementNamesSupported : bool with get, set
Property Value
Type:
Booleantrue if this instance supports replace element names; otherwise,
false.
See Also