This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IS > IStringPair Interface > IStringPair.SecondString Property (ArcObjects .NET 10.4 SDK) |
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