WebDeployProfile.UserPWD Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

WebDeployProfile Class

Microsoft.TeamFoundation.Deployment.Workflow Namespace