Share via


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

See Also

Reference

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common Namespace