 | AppEnvReaderIsDefault method |
Returns true if the passed property does not have
external sources, but was filled by the default value.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntaxpublic bool IsDefault(
string key
)
Public Function IsDefault (
key As String
) As Boolean
public:
bool IsDefault(
String^ key
)
member IsDefault :
key : string -> bool
Parameters
- key String
- The name of the property.
Return value
BooleanTrue if the transferred property was filled by the default value.
See also