ShortDescription property
- Last UpdatedJul 22, 2024
- 1 minute read
Returns the short description of this object.
Class
IAttributes
Syntax
[C#]
string ShortDescription { set; get; };
[Visual C++]
[propget]
HRESULT ShortDescription(
[out, retval] BSTR*
);
[propput]
HRESULT ShortDescription(
[in] BSTR
);