EntityFieldValueDictionary.FromXml method
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub FromXml ( _
xml As String _
)
'Usage
Dim instance As EntityFieldValueDictionary
Dim xml As String
instance.FromXml(xml)
public void FromXml(
string xml
)
Parameters
- xml
Type: System.String
See also
Reference
EntityFieldValueDictionary class