2.2.4.72 WebApiProvider

The WebApiProvider type contains informational data about the WebApi provider.

Namespace: http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi

 <xs:complexType name="WebApiProvider">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="ContractName" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ContractNameSpace" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="RelativeLocation" type="xs:anyURI"/>
   </xs:sequence>
 </xs:complexType>

ContractName: The name of the provider.

ContractNameSpace: The namespace of the provider.

RelativeLocation: The location of the provider relative to the application root.