StatusUpdatePostEventArgs.ChangeXml property

Gets XML code that contains status update information.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public ReadOnly Property ChangeXml As String
    Get
'Usage
Dim instance As StatusUpdatePostEventArgs
Dim value As String

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

Property value

Type: System.String

See also

Reference

StatusUpdatePostEventArgs class

StatusUpdatePostEventArgs members

Microsoft.Office.Project.Server.Events namespace