GlobalResponseMetadatas Property |
The response metadata loaded.
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static List<AbstractMetadata> ResponseMetadatas { get; }
Public Shared ReadOnly Property ResponseMetadatas As List(Of AbstractMetadata)
Get
public:
static property List<AbstractMetadata^>^ ResponseMetadatas {
List<AbstractMetadata^>^ get ();
}
static member ResponseMetadatas : List<AbstractMetadata> with get
Property Value
Type:
ListAbstractMetadataSee Also