m
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Configuration
|
||||
{
|
||||
/// <summary>Specifies the special setting category of a application settings property.</summary>
|
||||
// Token: 0x020003D5 RID: 981
|
||||
[Token(Token = "0x20003D5")]
|
||||
public enum SpecialSetting
|
||||
{
|
||||
/// <summary>The configuration property represents a connection string, typically for a data store or network resource.</summary>
|
||||
// Token: 0x04000EEA RID: 3818
|
||||
[Token(Token = "0x4000EEA")]
|
||||
ConnectionString,
|
||||
/// <summary>The configuration property represents a Uniform Resource Locator (URL) to a Web service.</summary>
|
||||
// Token: 0x04000EEB RID: 3819
|
||||
[Token(Token = "0x4000EEB")]
|
||||
WebServiceUrl
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user