Measure.Script Property

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public Property Script As String
public string Script { get; set; }
public:
property String^ Script {
    String^ get ();
    void set (String^ value);
}
member Script : string with get, set
function get Script () : String 
function set Script (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

Measure Class

Microsoft.TeamFoundation.Warehouse Namespace