Click or drag to resize

AppEnvReaderIsDefault method

Returns true if the passed property does not have external sources, but was filled by the default value.

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntax
public bool IsDefault(
	
	string key
)

Parameters

key  String
The name of the property.

Return value

Boolean
True if the transferred property was filled by the default value.
See also