This document is archived and information here might be outdated.  Recommended version.


IStringPair.SecondString Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

IStringPair.SecondString Property

The second string in the pair.

[Visual Basic .NET]
Public Property SecondString As String
[C#]
public string SecondString {get; set;}
[C++]
HRESULT get_SecondString(
  BSTR* SecondString
);
[C++]
HRESULT put_SecondString(
  BSTR SecondString
);
[C++]

Parameters SecondString [out, retval] SecondString is a parameter of type BSTR SecondString SecondString is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IStringPair Interface