FlattenMappingDataMappingPath Property  | 
 
            Gets or sets the document mapping path.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "mappingPath")]
public string MappingPath { get; set; }<DataMemberAttribute(Name := "mappingPath")>
Public Property MappingPath As String
	Get
	Set
public:
[DataMemberAttribute(Name = L"mappingPath")]
property String^ MappingPath {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute(Name = "mappingPath")>]
member MappingPath : string with get, set
Property Value
Type: 
String
See Also