ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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