Returns a path to the parent object that owns
the VGT component.
Read-only property
[Visual Basic .NET] |
---|
Public Property InstancePath() As String
|
[C#] |
---|
public string InstancePath {get;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_InstancePath();
|
[Unmanaged C++] |
---|
public: HRESULT get_InstancePath(
|
[Java] |
---|
public String getInstancePath();
|