JAMS 6.x Help
DefaultUserName Property


Gets the default username which will be used if this Setup is automatically submitted and a username isn't specified in the Setup or Folder definition. This name may not be set because it is automatically set to the username of the person who set the Setup to be automatically submitted.
Syntax
'Declaration
 
<System.ComponentModel.ReadOnlyAttribute(True)>
<System.Xml.Serialization.XmlIgnoreAttribute()>
Public Property DefaultUserName As System.String
'Usage
 
Dim instance As Setup
Dim value As System.String
 
instance.DefaultUserName = value
 
value = instance.DefaultUserName
[System.ComponentModel.ReadOnly(true)]
[System.Xml.Serialization.XmlIgnore()]
public System.string DefaultUserName {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

Setup Class
Setup Members

Send Feedback