Open this page in the API Guide

ConnectorElementData.NativeStructureName Property

Gets or sets the native structure (table) name. If the name has been changed then it will return the transform name.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "nativeStructureName", EmitDefaultValue = false)]
public string NativeStructureName { get; set; }

Property Value

Type: String
See Also