Click or drag to resize

ParameterCollectionSet Method

Set the specified parameterName

Namespace:  SanteDB.Core.Model.Parameters
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax
public void Set(
	string parameterName,
	Object value
)

Parameters

parameterName
Type: SystemString
The name of the parameter to set
value
Type: SystemObject
The value of the parameter
See Also