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