This documentation is archived and is not being maintained.

DeploymentEnvironmentMetadata::FriendlyName Property

A friendly name to represent the deployment instead of 'name' which will often be a GUID.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

public:
property String^ FriendlyName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
Returns String.

Show: