| 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
)
Public Sub Set (
parameterName As String,
value As Object
)
public:
void Set(
String^ parameterName,
Object^ value
)
member Set :
parameterName : string *
value : Object -> unit
Parameters
- parameterName
- Type: SystemString
The name of the parameter to set - value
- Type: SystemObject
The value of the parameter
See Also