The object path of the parent of the object.
Returns 'No Object Available' if the parent is the scenario.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property ParentPath() As String
|
| [C#] |
|---|
public string ParentPath {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_ParentPath();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ParentPath(
|
| [Java] |
|---|
public String getParentPath();
|