Share via


SPDeploy.Username Property

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property Username As InArgument(Of String)
[BrowsableAttribute(false)]
public InArgument<string> Username { get; set; }
[BrowsableAttribute(false)]
public:
property InArgument<String^>^ Username {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(false)>]
member Username : InArgument<string> with get, set
function get Username () : InArgument<String>
function set Username (value : InArgument<String>)

Property Value

Type: System.Activities.InArgument<String>

.NET Framework Security

See Also

Reference

SPDeploy Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace