ScreenUPG
getDescription Method
Example 



Returns a custom description for the instance of the Screen object if a description was created previously using setDescription.
Syntax
'Declaration
 
Public Function getDescription() As String
'Usage
 
Dim instance As ScreenUPG 
Dim value As String 
  
value = instance.getDescription()
public string getDescription()
public: 
String^ getDescription(); 

Return Value

The custom description created for the Screen object.
Example
string description = screen.getDescription();
Dim description As String
            
description = screen.getDescription
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

ScreenUPG Class
ScreenUPG Members
setDescription Method