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