SubFile::ID property¶
The ID property contains the unique ID of the sub-document.
string ID { get; }
string getID() throws IGRException;
@property
def ID(self) -> string
std::wstring getID();
[propget] HRESULT ID([out, retval] BSTR *result);
Return Value¶
string
: The id of the subfile.
Sample Code¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|