The selected function.
Read-write property
[Visual Basic .NET] |
---|
Public Property SelectedFunction() As String |
[C#] |
---|
public string SelectedFunction {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_SelectedFunction(); |
[Unmanaged C++] |
---|
public: HRESULT get_SelectedFunction( BSTR * pRetVal ); public: HRESULT put_SelectedFunction( BSTR SelectedFunction ); |
[Java] |
---|
public String getSelectedFunction(); public void setSelectedFunction( String ); |