SelectTransformIsReplaceElementNamesSupported Property |
Gets a value indicating whether replace element names is supported.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic virtual bool IsReplaceElementNamesSupported { get; }Public Overridable ReadOnly Property IsReplaceElementNamesSupported As Boolean
Get
public:
virtual property bool IsReplaceElementNamesSupported {
bool get ();
}abstract IsReplaceElementNamesSupported : bool with get
override IsReplaceElementNamesSupported : bool with get
Property Value
Type:
Boolean
The value of
if replace element names is supported; otherwise,
.
See Also