psDescription - cWebAspClassicObject
Adds a description to the WBO object
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psDescription
| Access Type | Syntax |
|---|---|
| Read Access: | Get psDescription to StringVariable |
| Write Access: | Set psDescription to StringVariable/Value |
Description
The psDescription property is used to add a description to the WBO object. The WebApp object uses this information when it gathers information about its WBOs. This is used for documentation purposes.
DataFlex Code
Set psDescription to "This describes this WBO"
Get psDescription to sDesc