InputParametersContainsKey Method
Checks whether a given
InputParameters instance, contains
a non-null value for a given property.
Namespace: MYRIAMAssembly: MYRIAM (in MYRIAM.exe) Version: 1.0.0
public bool ContainsKey(
string propertyName
)
- propertyName String
- Name of the property.
BooleanFalse is the property value is null, True if otherwise.