XmlSchemaXPath.XPath Property

Definition

Gets or sets the attribute for the XPath expression.

public:
 property System::String ^ XPath { System::String ^ get(); void set(System::String ^ value); };
public string? XPath { get; set; }
public string XPath { get; set; }
member this.XPath : string with get, set
Public Property XPath As String

Property Value

The string attribute value for the XPath expression.

Remarks

An XPath expression that is relative to each element that is selected by the selector of the identity constraint. This expression must identify a single element or attribute whose content or value is used for the constraint. If the expression identifies an element, that element must be a simple type.

Applies to