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