Container property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns or sets the name of the container object, or blank if object is not contained.
Class
IgObject
Syntax
[C#]
string Container { set; get; };
[Visual C++]
[propget]
HRESULT Container(
[out, retval] BSTR* theContainer
[propput]
HRESULT Container(
[in] BSTR NewContainer
);
Parameters
theContainer
The name of the current container object, or blank if object is not contained.
NewContainer
The new name of the container, or blank if uncontained. If this object is an ApplicationObject, its area and host are also updated. The object does not need to be checked out. The operation is immediate.