Share via


WebConfigDocument Constructor (XDocument)

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

Syntax

protected WebConfigDocument(
    XDocument config
)
protected:
WebConfigDocument(
    XDocument^ config
)
new : 
        config:XDocument -> WebConfigDocument
Protected Sub New (
    config As XDocument
)

See Also

WebConfigDocument Class
Microsoft.WindowsAzure.Mobile.Service.Config Namespace

Return to top