Annotation::Subject property¶
Text representing a short description of the subject being addressed by the annotation.
string Subject { get; set; }
string getSubject() throws IGRException;
void setSubject(string value) throws IGRException;
@property
def Subject(self) -> string:
@property.setter
def Subject(self, value: string)
std::wstring getSubject() const;
void setSubject(const std::wstring& value);
[propget] HRESULT Subject([out, retval] BSTR *result);
[propput] HRESULT Subject([in] BSTR value);
Return Value¶
string