scripting:api:style:description

Description

Property of IStyle

Description property

Read-Write Property of type BSTR

var sDescription = Style.Description;
Style.Description = sDescription;
sDescription = Style.Description
Style.Description = sDescription
BSTR sDescription;
HRESULT hr = Style.get_Description(&sDescription);
hr = Style.put_Description(sDescription);