Compartir a través de


de la propiedad XPathTypedValue.XPath

Obtiene o establece la expresión de XPath de un objeto XPathTypedValue.

Espacio de nombres:  Microsoft.Office.InfoPath
Ensamblado:  Microsoft.Office.InfoPath (en Microsoft.Office.InfoPath.dll)

Sintaxis

'Declaración
Public MustOverride Property XPath As String
    Get
    Set
'Uso
Dim instance As XPathTypedValue
Dim value As String

value = instance.XPath

instance.XPath = value
public abstract string XPath { get; set; }

Valor de propiedad

Tipo: System.String
Expresión de XPath que se define para el objeto XPathTypedValue devuelto.

Comentarios

Se puede acceder a este miembro sin restricciones.

Se puede acceder a este tipo o miembro desde el código que se ejecuta en los formularios abiertos en Microsoft InfoPath Filler o en un explorador web.

Vea también

Referencia

clase XPathTypedValue

Miembros XPathTypedValue

Espacio de nombres Microsoft.Office.InfoPath