Windward Engine API Reference
Description Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : Description Property




Glossary Item Box

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
);
C++/CLI 
public:
property String^ Description {
   String^ get();
   void set (    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

© 2019 All Rights Reserved.