Use this is you want to grab the latest segment with the given SSC number.
Read-write property
[Visual Basic .NET] |
---|
Public Property LoadNewest() As Boolean |
[C#] |
---|
public bool LoadNewest {get; set;} |
[Managed C++] |
---|
public: __property bool get_LoadNewest(); |
[Unmanaged C++] |
---|
public: HRESULT get_LoadNewest( VARIANT_BOOL * pVal ); public: HRESULT put_LoadNewest( VARIANT_BOOL Val ); |
[Java] |
---|
public bool getLoadNewest(); public void setLoadNewest( bool ); |