TeamFoundationJobDefinition.Data Property
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property Data As XmlNode
public XmlNode Data { get; set; }
public:
property XmlNode^ Data {
XmlNode^ get ();
void set (XmlNode^ value);
}
member Data : XmlNode with get, set
function get Data () : XmlNode
function set Data (value : XmlNode)
Property Value
Type: System.Xml.XmlNode
.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.