Moq |
IProtectedMock<(Of <(<'TMock>)>)>..::..SetupGet<(Of <(<'TProperty>)>)> Method |
IProtectedMock<(Of <(<'TMock>)>)> Interface See Also Send Feedback |
Specifies a setup for an invocation on a property getter with the given
propertyName.
Namespace: Moq.Protected
Assembly: Moq (in Moq.dll) Version: 4.0.10827.0 (4.0.0.0)
Syntax
C# |
---|
ISetupGetter<TMock, TProperty> SetupGet<TProperty>( string propertyName ) |
Parameters
- propertyName
- Type: System..::..String
The name of the property.
Type Parameters
- TProperty
- The type of the property.