C# Class System.Configuration.SectionData

Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
AllowDefinition AllowDefinition
AllowLocation bool
FileName string
RequirePermission bool
SectionName string
TypeName string

Public Methods

Method Description
SectionData ( string sectionName, string typeName, bool allowLocation, AllowDefinition allowDefinition, bool requirePermission ) : System

Method Details

SectionData() public method

public SectionData ( string sectionName, string typeName, bool allowLocation, AllowDefinition allowDefinition, bool requirePermission ) : System
sectionName string
typeName string
allowLocation bool
allowDefinition AllowDefinition
requirePermission bool
return System

Property Details

AllowDefinition public_oe property

public AllowDefinition AllowDefinition
return AllowDefinition

AllowLocation public_oe property

public bool AllowLocation
return bool

FileName public_oe property

public string FileName
return string

RequirePermission public_oe property

public bool RequirePermission
return bool

SectionName public_oe property

public string SectionName
return string

TypeName public_oe property

public string TypeName
return string