Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Property AzureAppendTimestampToDeploymentLabel As Boolean
public bool AzureAppendTimestampToDeploymentLabel { get; private set; }
public:
property bool AzureAppendTimestampToDeploymentLabel {
    bool get ();
    private: void set (bool value);
}
member AzureAppendTimestampToDeploymentLabel : bool with get, private set
function get AzureAppendTimestampToDeploymentLabel () : boolean 
private function set AzureAppendTimestampToDeploymentLabel (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.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.