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.
Optional arguments related to the StepType.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property StepData As XmlNode
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public XmlNode StepData { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property XmlNode^ StepData {
XmlNode^ get ();
void set (XmlNode^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member StepData : XmlNode with get, set
function get StepData () : XmlNode
function set StepData (value : XmlNode)
Property Value
Type: System.Xml.XmlNode
Returns 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.