TeamFoundationNotification.EventDocument Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property EventDocument As XmlDocument
public XmlDocument EventDocument { get; internal set; }
public:
property XmlDocument^ EventDocument {
    XmlDocument^ get ();
    internal: void set (XmlDocument^ value);
}
member EventDocument : XmlDocument with get, internal set
function get EventDocument () : XmlDocument 
internal function set EventDocument (value : XmlDocument)

Property Value

Type: System.Xml.XmlDocument
Returns XmlDocument.

.NET Framework Security

See Also

Reference

TeamFoundationNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace