DeploymentEnvironment.GetPropertyValue Method

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

Syntax

'Declaration
Public Function GetPropertyValue ( _
    propertyName As String _
) As String
public string GetPropertyValue(
    string propertyName
)
public:
String^ GetPropertyValue(
    String^ propertyName
)
member GetPropertyValue : 
        propertyName:string -> string
public function GetPropertyValue(
    propertyName : String
) : String

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

DeploymentEnvironment Class

Microsoft.TeamFoundation.Build.Client Namespace