Description
The object to which range is being computed.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property StkObjectPath() As String
|
| [C#] |
|---|
public string StkObjectPath {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_StkObjectPath(); public: __property void set_StkObjectPath(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_StkObjectPath(
BSTR * pRetVal
);
public: HRESULT put_StkObjectPath(
BSTR Path
);
|
| [Java] |
|---|
public String getStkObjectPath();
public void setStkObjectPath(
String
);
|
See Also