Click or drag to resize
weroSoft AG, Software
ArgumentStoreBaseIsArgumentDefinedOr Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets a value indicating whether one or both of the two arguments are defined.

Namespace:  WeroSoft.Installation
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public virtual bool IsArgumentDefinedOr(
	string name1,
	string name2
)

Parameters

name1
Type: SystemString
Name of the argument whose existence shall be checked.
name2
Type: SystemString
Name of the argument whose existence shall be checked.

Return Value

Type: Boolean
True if the argument exists; otherwise false.
See Also