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
- propertyName
Type: System.String
Return Value
Type: System.String
Returns String.
.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.