Moq |
IProtectedMock<(Of <(<'TMock>)>)>..::..SetupSet<(Of <(<'TProperty>)>)> Method |
IProtectedMock<(Of <(<'TMock>)>)> Interface See Also Send Feedback |
Specifies a setup for an invocation on a property setter with the given
propertyName.
Namespace: Moq.Protected
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)
Syntax
Parameters
- propertyName
- Type: System..::..String
The name of the property.
- value
- Type: System..::..Object
The property value. If argument matchers are used, remember to use ItExpr rather than It.
Type Parameters
- TProperty
- The type of the property.