AbstractServiceSupportedRequests Property  | 
 
            Gets or sets the supported requests.
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic List<AbstractMetadata> SupportedRequests { get; protected set; }Public Property SupportedRequests As List(Of AbstractMetadata)
	Get
	Protected Set
public:
property List<AbstractMetadata^>^ SupportedRequests {
	List<AbstractMetadata^>^ get ();
	protected: void set (List<AbstractMetadata^>^ value);
}member SupportedRequests : List<AbstractMetadata> with get, set
Property Value
Type: 
ListAbstractMetadata
            The supported requests.
            
See Also