CloneOptions.CopyAllSuites Özellik
Ad alanı: Microsoft.TeamFoundation.TestManagement.Client
Derleme: Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll içinde)
Sözdizimi
'Bildirim
Public Property CopyAllSuites As Boolean
public bool CopyAllSuites { get; set; }
public:
property bool CopyAllSuites {
bool get ();
void set (bool value);
}
member CopyAllSuites : bool with get, set
function get CopyAllSuites () : boolean
function set CopyAllSuites (value : boolean)
Özellik Değeri
Tür: Boolean
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.