This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > IShields Interface > IShields.CombinedFieldName Property (ArcObjects .NET 10.4 SDK) |
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
If the Shields information is specified within a single field, the field name can be specified and accessed through hte CombinedFieldName property.