Name Property

 

Description

 

Sets or returns a BSTR value that indicates the name of a Property object.

 

PowerBASIC Syntax

 

PROPERTY GET Name () AS WSTRING

PROPERTY SET Name (BYVAL bstr AS WSTRING)

 

Parameter (SET Name only)

 

bstr

BSTR. The name of the Parameter object.

 

Return Value (GET Name only)

 

STRING. The name of the Parameter object, in unicode format.

 

Valid XHTML 1.0 Transitional