







|
| Moq |
| IProtectedMock..::.ExpectSet<(Of <(TProperty>)>) Method |
| IProtectedMock Interface See Also Send Feedback |
Sets an expectation on a property setter with the given
propertyName.
Namespace:
Moq.Protected
Assembly:
Moq (in Moq.dll) Version: 2.6.1014.1 (2.6.0.0)
Syntax
| C# |
|---|
IExpectSetter<TProperty> ExpectSet<TProperty>( string propertyName ) |
Parameters
- propertyName
- Type: String
Name of the property.
Type Parameters
- TProperty
- Type of the property.
