Click or drag to resize
weroSoft AG, Software
ArgumentStoreBaseIsArgumentDefinedAnd 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 both of the defined 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 IsArgumentDefinedAnd(
	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