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




Glossary Item Box

The subject of the document. In html this will set the description meta-tag.

Syntax

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