﻿<?xml version="1.0" encoding="utf-8"?><Type Name="SpecialSettingAttribute" FullName="System.Configuration.SpecialSettingAttribute"><TypeSignature Language="C#" Value="public sealed class SpecialSettingAttribute : Attribute" /><TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit SpecialSettingAttribute extends System.Attribute" /><AssemblyInfo><AssemblyName>System</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Attribute</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property | System.AttributeTargets.All)</AttributeName></Attribute></Attributes><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Certain application settings properties have a special significance that alters the way in which their associated settings provider should process them. The <see cref="T:System.Configuration.SpecialSettingAttribute" /> is used to identify such properties. This class uses the <see cref="T:System.Configuration.SpecialSetting" /> enumeration to indicate what special category the property belongs to.</para><para><see cref="T:System.Configuration.SpecialSettingAttribute" /> can only be applied to the settings class or to the individual settings property.</para><para>For an example of how a settings provider deals with the <see cref="T:System.Configuration.SpecialSettingAttribute" />, see the <see cref="M:System.Configuration.LocalFileSettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)" /> method of the <see cref="T:System.Configuration.LocalFileSettingsProvider" /> class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that an application settings property has a special significance. This class cannot be inherited.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public SpecialSettingAttribute (System.Configuration.SpecialSetting setting);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Configuration.SpecialSetting setting) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="setting" Type="System.Configuration.SpecialSetting" /></Parameters><Docs><param name="setting">To be added.</param><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Configuration.SpecialSettingAttribute" /> class.</para></summary></Docs></Member><Member MemberName="SpecialSetting"><MemberSignature Language="C#" Value="public System.Configuration.SpecialSetting SpecialSetting { get; }" /><MemberSignature Language="ILAsm" Value=".property instance valuetype System.Configuration.SpecialSetting SpecialSetting" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Configuration.SpecialSetting</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Configuration.SpecialSettingAttribute.SpecialSetting" /> property is set in the <see cref="M:System.Configuration.SpecialSettingAttribute.#ctor(System.Configuration.SpecialSetting)" /> constructor of this class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the value describing the special setting category of the application settings property.</para></summary></Docs></Member></Members></Type>