HelpPageSampleGenerator..::..ActualHttpMessageTypes Property

Gets CLR types that are used as the content of HttpRequestMessage or HttpResponseMessage.

Namespace:  JiwaWebAPI.Areas.HelpPage
Assembly:  JiwaWebAPI (in JiwaWebAPI.dll)

Syntax


public IDictionary<HelpPageSampleKey, Type> ActualHttpMessageTypes { get; set; }
Public Property ActualHttpMessageTypes As IDictionary(Of HelpPageSampleKey, Type)
	Get
	Set
public:
property IDictionary<HelpPageSampleKey^, Type^>^ ActualHttpMessageTypes {
	IDictionary<HelpPageSampleKey^, Type^>^ get ();
	void set (IDictionary<HelpPageSampleKey^, Type^>^ value);
}