Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The deployment environment metadata which includes the name (ID), connectedServiceName, friendly name, description, kind, TeamProject and ProjectId
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public ReadOnly Property EnvironmentMetadata As DeploymentEnvironmentMetadata
public DeploymentEnvironmentMetadata EnvironmentMetadata { get; }
public:
property DeploymentEnvironmentMetadata^ EnvironmentMetadata {
DeploymentEnvironmentMetadata^ get ();
}
member EnvironmentMetadata : DeploymentEnvironmentMetadata with get
function get EnvironmentMetadata () : DeploymentEnvironmentMetadata
Property Value
Type: Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentMetadata
Returns DeploymentEnvironmentMetadata.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.