Property TypeName
TypeName
Gets the type name of the instances that should be checked when the target method has been executed.
Declaration
public string TypeName { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
If more than one type should be checked or
if the types has been specified using the Type class,
then this property will return null
.