Share via


Contact.Xml property

Gets the XML for the contact.

Namespace:  Microsoft.Office.Workflow.Utility
Assembly:  Microsoft.Office.Workflow.Tasks (in Microsoft.Office.Workflow.Tasks.dll)

Syntax

'Declaration
Public ReadOnly Property Xml As String
    Get
'Usage
Dim instance As Contact
Dim value As String

value = instance.Xml
public string Xml { get; }

Property value

Type: System.String
The XML data.

Remarks

For an example of how to use some of the members in the Contact class, see the example in ExpandGroups method.

See also

Reference

Contact class

Contact members

Xml overload

Microsoft.Office.Workflow.Utility namespace