Skip to content

Application.SetProductDetails Method (String, String, String)

Sets the product name, manufacturer and version.

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 void SetProductDetails(
    string name,
    string manufacturer,
    string version
)

VB

Public Sub SetProductDetails ( 
    name As String,
    manufacturer As String,
    version As String
)

Parameters

 

name
Type: System.String
The new name value for the application.
manufacturer
Type: System.String
The new manufacturer value for the application.
version
Type: System.String
The new version value for the application.

See Also

Reference

Application Class
SetProductDetails Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?