XMLMapping.PrefixMappings Property

Definition

Returns a String that represents the prefix mappings used to evaluate the XPath for the current XML mapping. Read-only.

public:
 property System::String ^ PrefixMappings { System::String ^ get(); };
public string PrefixMappings { get; }
member this.PrefixMappings : string
Public ReadOnly Property PrefixMappings As String

Property Value

Remarks

To set mapping for a content control, use the SetMapping(String, String, CustomXMLPart) method or the SetMappingByNode(CustomXMLNode) method.

Applies to