ActivityXmlData.Content Property
Gets the XML content.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property Content As String
Get
'Usage
Dim instance As ActivityXmlData
Dim value As String
value = instance.Content
public string Content { get; }
Property Value
Type: System.String