ArcObjects Library Reference (Geoprocessing)  

IGPFieldInfoProperty2.JoinDelimiter Property

FieldInfo Property Join Delimiter.

[Visual Basic .NET]
Public Property JoinDelimiter As String
[C#]
public string JoinDelimiter {get; set;}
[C++]
HRESULT get_JoinDelimiter(
  BSTR* Delimiter
);
[C++]
HRESULT put_JoinDelimiter(
  BSTR Delimiter
);
[C++]

Parameters

Delimiter [out, retval]   Delimiter is a parameter of type BSTR Delimiter [in]   Delimiter is a parameter of type BSTR

Product Availability

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

See Also

IGPFieldInfoProperty2 Interface