SharepointListAdapter2.QueryThisFormOnly-Eigenschaft
Ruft einen Wert ab, der angibt, ob der Abfragevorgang nur für das aktuelle Formular gilt.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
<DispIdAttribute(11)> _
ReadOnly Property QueryThisFormOnly As Boolean
'Usage
Dim instance As SharepointListAdapter2
Dim value As Boolean
value = instance.QueryThisFormOnly
[DispIdAttribute(11)]
bool QueryThisFormOnly { get; }
Eigenschaftswert
true, wenn die Abfrage nur für das aktuelle Formular gilt; andernfalls false.
Hinweise
Wenn ein Formular Teil eines SharePoint-Workflows ist, gilt der Abfragevorgang nur für das aktuelle Formular. Der Wert dieser Eigenschaft stimmt mit dem Wert des queryThisFormOnly-Attributs des xsf:extensions/xsf:extension/xsf2:solutionDefinition/xsf2:solutionDefinition/xsf2:dataConnections/xsf2:sharePointListAdapterExt/-Elements in der Formulardefinitionsdatei (XSF) der Formularvorlage überein.
Siehe auch
Referenz
SharepointListAdapter2-Schnittstelle
SharepointListAdapter2-Member
Microsoft.Office.Interop.InfoPath-Namespace