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


IShields.CombinedFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > IShields Interface > IShields.CombinedFieldName Property
ArcGIS Developer Help

IShields.CombinedFieldName Property

The field name whose values contain the whole address description.

[Visual Basic .NET]
Public Property CombinedFieldName As String
[C#]
public string CombinedFieldName {get; set;}
[C++]
HRESULT get_CombinedFieldName(
  System.String* Name
);
[C++]
HRESULT put_CombinedFieldName(
  BSTR Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type BSTR* Name [in]
Name is a parameter of type BSTR

Product Availability

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

Remarks

If the Shields information is specified within a single field, the field name can be specified and accessed through hte CombinedFieldName property.

See Also

IShields Interface