scripting:api:bundle:author

Author

Property of IBundle

Returns Author

Read-Only Property of type BSTR

var sAuthor = Bundle.Author;
sAuthor = Bundle.Author
BSTR sAuthor;
HRESULT hr = Bundle.get_Author(&sAuthor);