Loupe - Log - Monitor - Resolve
Gibraltar.Agent Namespace / PackagerDialog Class / PackagerDialog Constructor / PackagerDialog Constructor(String,String)
The exact product name to restrict the package to.
Optional. The exact application within the product to restrict the package to.

In This Topic
    PackagerDialog Constructor(String,String)
    In This Topic
    Create a new packager wizard dialog for the specified application.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal productName As String, _
       ByVal applicationName As String _
    )
    public PackagerDialog( 
       string productName,
       string applicationName
    )

    Parameters

    productName
    The exact product name to restrict the package to.
    applicationName
    Optional. The exact application within the product to restrict the package to.
    Remarks

    Specify just the product name to package up all data for any application in that product. Specify both product and application name to restrict the package to a specific application. If not specified, the values from the app.config file will be used (which default to null).

    To send information for the product related to the current application, use the default constructor.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also