Gets or sets the ID of the entry waypoint.
Read-write property
[Visual Basic .NET] |
---|
Public Property EntryID() As String |
[C#] |
---|
public string EntryID {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_EntryID(); |
[Unmanaged C++] |
---|
public: HRESULT get_EntryID( BSTR * pVal ); public: HRESULT put_EntryID( BSTR newVal ); |
[Java] |
---|
public String getEntryID(); public void setEntryID( String ); |