Condividi tramite


Proprietà ITestParameter.IsReference

Restituisce un valore che indica se questo parametro è un riferimento a un parametro in un set di passi condivisi.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
Property IsReference As Boolean
bool IsReference { get; set; }
property bool IsReference {
    bool get ();
    void set (bool value);
}
abstract IsReference : bool with get, set
function get IsReference () : boolean
function set IsReference (value : boolean)

Valore proprietà

Tipo: System.Boolean
true se questo parametro è un riferimento a un parametro in un set di passi condivisi; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestParameter Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ISharedStep