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