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 actual settings as an XML element.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property Settings As XmlElement
XmlElement Settings { get; set; }
property XmlElement^ Settings {
XmlElement^ get ();
void set (XmlElement^ value);
}
abstract Settings : XmlElement with get, set
function get Settings () : XmlElement
function set Settings (value : XmlElement)
Property Value
Type: System.Xml.XmlElement
An XML element.
.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.