TestEnvironment Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.CatalogObject
Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.TestEnvironment
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Class TestEnvironment _
Inherits CatalogObject
public class TestEnvironment : CatalogObject
public ref class TestEnvironment : public CatalogObject
type TestEnvironment =
class
inherit CatalogObject
end
public class TestEnvironment extends CatalogObject
The TestEnvironment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TestEnvironment |
Top
Properties
Name | Description | |
---|---|---|
CatalogNode | (Inherited from CatalogObject.) | |
CatalogNodeFullPath | (Inherited from CatalogObject.) | |
CatalogResourceIdentifier | (Inherited from CatalogObject.) | |
Context | (Inherited from CatalogObject.) | |
ControllerName | ||
Description | (Inherited from CatalogObject.) | |
DisplayName | (Inherited from CatalogObject.) | |
DisplayPath | (Inherited from CatalogObject.) | |
EnvironmentName | ||
IsDefault | (Inherited from CatalogObject.) | |
Parent | (Inherited from CatalogObject.) | |
ProjectName |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from CatalogObject.) |
Top
Fields
Name | Description | |
---|---|---|
ResourceTypeIdentifier |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace