Sdílet prostřednictvím


NonHostedApplicationRecord Constructor

Initializes a new instance of the NonHostedApplicationRecord class.

Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim name As String
Dim commandLine As String
Dim isDefaultApp As Boolean

Dim instance As New NonHostedApplicationRecord(name, commandLine, isDefaultApp)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    commandLine As String, _
    isDefaultApp As Boolean _
)
public NonHostedApplicationRecord (
    string name,
    string commandLine,
    bool isDefaultApp
)
public:
NonHostedApplicationRecord (
    String^ name, 
    String^ commandLine, 
    bool isDefaultApp
)
public NonHostedApplicationRecord (
    String name, 
    String commandLine, 
    boolean isDefaultApp
)
public function NonHostedApplicationRecord (
    name : String, 
    commandLine : String, 
    isDefaultApp : boolean
)

Parameters

  • name
    Specifies the name.
  • commandLine
    Specifies the command line of the option.
  • isDefaultApp
    True if it is the default application, otherwise false.

Remarks

Platforms

See Also

Reference

NonHostedApplicationRecord Class
NonHostedApplicationRecord Members
Microsoft.Uii.Common.Entities Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.