JAMS 6.x Help
Username Property (Agent)


Gets or sets the JAMS User definition to be used to deploy the agent.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute()>
<System.ComponentModel.DescriptionAttribute("The username to be used for deployments.")>
Public Property Username As System.String
'Usage
 
Dim instance As Agent
Dim value As System.String
 
instance.Username = value
 
value = instance.Username
[System.ComponentModel.Category()]
[System.ComponentModel.Description("The username to be used for deployments.")]
public System.string Username {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Agent Class
Agent Members

Send Feedback