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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace