Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
.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.