The description of the document. For Windward Scout reports only, this will be written to the run entry in the database.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Description As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Report
Dim value As String
instance.Description = value
value = instance.Description |
| C# | |
|---|
public string Description {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_Description();
public: __property void set_Description(
string* value
); |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also