A VEID, or other character id.
Read-write property
[Visual Basic .NET] |
---|
Public Property StringID() As String |
[C#] |
---|
public string StringID {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_StringID(); |
[Unmanaged C++] |
---|
public: HRESULT get_StringID( BSTR * pVal ); public: HRESULT put_StringID( BSTR StringID ); |
[Java] |
---|
public String getStringID(); public void setStringID( String ); |