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