WebPackageSource Constructor

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the WebPackageSource class.

Namespace:  System.Web.WebPages.Administration.PackageManager
Assembly:  System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)

Syntax

'Declaration
Public Sub New ( _
    source As String, _
    name As String _
)
'Usage
Dim source As String 
Dim name As String 

Dim instance As New WebPackageSource(source, _
    name)
public WebPackageSource(
    string source,
    string name
)
public:
WebPackageSource(
    String^ source, 
    String^ name
)
new : 
        source:string * 
        name:string -> WebPackageSource
public function WebPackageSource(
    source : String, 
    name : String
)

Parameters

See Also

Reference

WebPackageSource Class

System.Web.WebPages.Administration.PackageManager Namespace