Name of SPICE file.
Read-write property
[Visual Basic .NET] |
---|
Public Property Spice() As String |
[C#] |
---|
public string Spice {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Spice(); |
[Unmanaged C++] |
---|
public: HRESULT get_Spice( BSTR * pVal ); public: HRESULT put_Spice( BSTR Spice ); |
[Java] |
---|
public String getSpice(); public void setSpice( String ); |