ITestElement.CssProjectStructure Property
Gets or sets the area path for an associated work item.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Property CssProjectStructure As String
string CssProjectStructure { get; set; }
property String^ CssProjectStructure {
String^ get ();
void set (String^ value);
}
abstract CssProjectStructure : string with get, set
function get CssProjectStructure () : String
function set CssProjectStructure (value : String)
Property Value
Type: String
The area path for an associated work item.
.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.