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 10, Windows NT, Windows Server
See Also