Gets or sets the ID of the exit waypoint.
Read-write property
[Visual Basic .NET] |
---|
Public Property ExitID() As String |
[C#] |
---|
public string ExitID {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ExitID(); |
[Unmanaged C++] |
---|
public: HRESULT get_ExitID( BSTR * pVal ); public: HRESULT put_ExitID( BSTR newVal ); |
[Java] |
---|
public String getExitID(); public void setExitID( String ); |