Description
The object used for the visibility computation.
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 NewStkObjectPath );
|
[Java] |
---|
public String getStkObjectPath();public void setStkObjectPath( String );
|
See Also