LayerConfigurationInfoLayerName Property |
Gets or sets the layer name.
Namespace:
Dundas.BI.Utility.Map
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute]
public string LayerName { get; set; }
<DataMemberAttribute>
Public Property LayerName As String
Get
Set
public:
[DataMemberAttribute]
property String^ LayerName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member LayerName : string with get, set
Property Value
Type:
String
The layer name.
See Also