Application.SetProductDetails Method (String, String, Version)¶
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, Version version )
VB¶
Public Sub SetProductDetails ( name As String, manufacturer As String, version As Version )
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.Version
The new version value for the application.
See Also¶
Reference¶
Application Class
SetProductDetails Overload
Citrix.SDK.AppDNA Namespace