C# Class System.Configuration.SectionData

Show file 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 property

public AllowDefinition AllowDefinition
return AllowDefinition

AllowLocation public property

public bool AllowLocation
return bool

FileName public property

public string FileName
return string

RequirePermission public property

public bool RequirePermission
return bool

SectionName public property

public string SectionName
return string

TypeName public property

public string TypeName
return string