C# Class BlueCollar.Service.ApplicationElement

Represents an application configuration element.
Inheritance: System.Configuration.ConfigurationElement
Mostrar archivo Open project: ChadBurggraf/blue-collar Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsReadOnly ( ) : bool

Gets a value indicating whether this element is read-only.

Method Details

IsReadOnly() public method

Gets a value indicating whether this element is read-only.
public IsReadOnly ( ) : bool
return bool