ApplicationService.Create Method (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
)
VB¶
Public Function Create (
name As String
) As Application
Parameters¶
- name
- Type: System.String
The name of the application.
Return Value¶
Type: Application
Returns the newly created Application object.
See Also¶
Reference¶
ApplicationService Class
Create Overload
Citrix.SDK.AppDNA Namespace