SubFile::Comment property¶
The Comment property returns any stored comment for the subfile.
string Comment { get; }
string getComment() throws IGRException;
@property
def Comment(self) -> string
std::wstring getComment() const;
Return Value¶
string
: Returns the stored comment for the subfile.