IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > ServerSettingsElement Class : UseAspNetSecurityServices Property |
'Declaration
<DescriptionAttribute("Whether to use ASP.NET application services.")> <XmlAttributeAttribute("useAspNetSecurityServices")> <DefaultValueAttribute()> Public Property UseAspNetSecurityServices As Boolean
'Usage
Dim instance As ServerSettingsElement Dim value As Boolean instance.UseAspNetSecurityServices = value value = instance.UseAspNetSecurityServices
[Description("Whether to use ASP.NET application services.")] [XmlAttribute("useAspNetSecurityServices")] [DefaultValue()] public bool UseAspNetSecurityServices {get; set;}
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