Intersoft ClientUI Documentation
FriendlyName Property (ApplicationPackage)



Gets or sets the friendly name of the application package.
Syntax
Public Property FriendlyName As String
Dim instance As ApplicationPackage
Dim value As String
 
instance.FriendlyName = value
 
value = instance.FriendlyName
public string FriendlyName {get; set;}
public:
property String^ FriendlyName {
   String^ get();
   void set (    String^ value);
}
Remarks
When specified, the FriendlyName will be used to display the application name in the loader interface, such as used in navigation or windowing framework.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationPackage Class
ApplicationPackage Members

Send Feedback