SPWorkflowDataSourceView.FieldXml Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FieldXml As String
Get
Set
'Usage
Dim instance As SPWorkflowDataSourceView
Dim value As String
value = instance.FieldXml
instance.FieldXml = value
public string FieldXml { get; set; }
Property Value
Type: System.String
See Also
Reference
SPWorkflowDataSourceView Class