| Visual Basic (Declaration) | |
|---|---|
<DefaultValueAttribute()> <XmlAttributeAttribute("allowAnonymousLogin")> <DescriptionAttribute("Determines whether login credentials are required in order to use the application.")> Public Property AllowAnonymousLogin As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ServerSettingsElement Dim value As Boolean instance.AllowAnonymousLogin = value value = instance.AllowAnonymousLogin | |
| C# | |
|---|---|
[DefaultValueAttribute()] [XmlAttributeAttribute("allowAnonymousLogin")] [DescriptionAttribute("Determines whether login credentials are required in order to use the application.")] public bool AllowAnonymousLogin {get; set;} | |
| C++/CLI | |
|---|---|
[DefaultValueAttribute()] [XmlAttributeAttribute("allowAnonymousLogin")] [DescriptionAttribute("Determines whether login credentials are required in order to use the application.")] public: property bool AllowAnonymousLogin { bool get(); void set ( bool value); } | |
If set to true, then "guest" or anonymous users may use the application. In n-tier applications, as a security precaution to prevent malicious users from gaining access to your application and its data, be sure to turn this setting off unless unsecured access is intentional.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family