JsDebugPropertyInfo Structure

Indicates information about a property.

Syntax

typedef struct tagJsDebugPropertyInfo{   BSTR name;   BSTR type;   BSTR value;   BSTR fullName;   JS_PROPERTY_ATTRIBUTES attr;} JsDebugPropertyInfo;  

Members

name
The name of the property.

type
The type of the property.

value
The value of the property.

fullName
The full name of the property.

attr
An enumeration that represents the property attributes.

Requirements

Header: jscript9diag.h

See also

Windows Script Interfaces Reference