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




Glossary Item Box

The keywords of the document. This are delimited by a ','. In html this will set the keywords meta-tag.

Syntax

Visual Basic (Declaration) 
Public Property Keywords As String
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As String
 
instance.Keywords = value
 
value = instance.Keywords
C# 
public string Keywords {get; set;}
Managed Extensions for C++ 
public: __property string* get_Keywords();
public: __property void set_Keywords( 
   string* value
);
C++/CLI 
public:
property String^ Keywords {
   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.