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


IStringPair.FirstString Property (ArcObjects .NET 10.5 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(
  BSTR* FirstString
);
[C++]
HRESULT put_FirstString(
  BSTR FirstString
);
[C++]

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

Product Availability

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

See Also

IStringPair Interface