Skip to content

ApplicationService.Create Method (String, String, String)

Create an application.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public Application Create(
    string name,
    string manufacturer,
    string version
)

VB

Public Function Create ( 
    name As String,
    manufacturer As String,
    version As String
) As Application

Parameters

 

name
Type: System.String
The name of the application.
manufacturer
Type: System.String
The manufacturer of the application.
version
Type: System.String
The version of the application.

Return Value

Type: Application
Returns the newly created Application application object.

See Also

Reference

ApplicationService Class
Create Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?