BuildDeploymentSpec.RequestedFor Property

Gets or sets the requested for filter.

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

Syntax

'Declaration
Public Property RequestedFor As String
public string RequestedFor { get; set; }
public:
property String^ RequestedFor {
    String^ get ();
    void set (String^ value);
}
member RequestedFor : string with get, set
function get RequestedFor () : String 
function set RequestedFor (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

BuildDeploymentSpec Class

Microsoft.TeamFoundation.Build.Client Namespace