InputParametersContainsKey Method

Checks whether a given InputParameters instance, contains a non-null value for a given property.

Definition

Namespace: MYRIAM
Assembly: MYRIAM (in MYRIAM.exe) Version: 1.0.0
C#
public bool ContainsKey(
	string propertyName
)

Parameters

propertyName  String
Name of the property.

Return Value

Boolean
False is the property value is null, True if otherwise.

See Also