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
); |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also