Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the event which should be sent to the subscriber.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property AlteredEvent As XmlDocument
public XmlDocument AlteredEvent { get; set; }
public:
property XmlDocument^ AlteredEvent {
XmlDocument^ get ();
void set (XmlDocument^ value);
}
member AlteredEvent : XmlDocument with get, set
function get AlteredEvent () : XmlDocument
function set AlteredEvent (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.