67 lines
3.2 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Type Name="SpecialSetting" FullName="System.Configuration.SpecialSetting">
<TypeSignature Language="C#" Value="public enum SpecialSetting" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed SpecialSetting extends System.Enum" />
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Configuration.SpecialSetting" /> enumeration defines a set of special categories that are applied to application settings properties with the <see cref="T:System.Configuration.SpecialSettingAttribute" /> class.</para>
<block subset="none" type="note">
<para>The default settings provider, <see cref="T:System.Configuration.LocalFileSettingsProvider" />, does not encrypt or otherwise protect connection strings. It simple stores this type of settings in a separate &lt;connectionstrings&gt; section in the appropriate configuration file. </para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies the special setting category of a application settings property.</para>
</summary>
</Docs>
<Members>
<Member MemberName="ConnectionString">
<MemberSignature Language="C#" Value="ConnectionString" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Configuration.SpecialSetting ConnectionString = int32(0)" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Configuration.SpecialSetting</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The configuration property represents a connection string, typically for a data store or network resource. </para>
</summary>
</Docs>
</Member>
<Member MemberName="WebServiceUrl">
<MemberSignature Language="C#" Value="WebServiceUrl" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Configuration.SpecialSetting WebServiceUrl = int32(1)" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Configuration.SpecialSetting</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The configuration property represents a Uniform Resource Locator (URL) to a Web service.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>