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
public string Content { get; }
public:
property String^ Content {
    String^ get ();
}
function get_content();

See Also

ActivityXmlData Class

Microsoft.Rtc.Workflow.Activities Namespace