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