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
Get
Friend Set
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.