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


IStringPair.FirstString Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

IStringPair.FirstString Property

The first string in the pair.

[Visual Basic .NET]
Public Property FirstString As String
[C#]
public string FirstString {get; set;}
[C++]
HRESULT get_FirstString(
  System.String* FirstString
);
[C++]

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

Product Availability

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

See Also

IStringPair Interface