ArcObjects Library Reference (Location)  

IInitGeocodeServer.AdjustableProperties Property

The list of properties (comma delimited) that can be modified at runtime (for a given method).

[Visual Basic .NET]
Public Property AdjustableProperties As String
[C#]
public string AdjustableProperties {get; set;}
[C++]
HRESULT get_AdjustableProperties(
  BSTR* propertyList
);
[C++]
HRESULT put_AdjustableProperties(
  BSTR propertyList
);
[C++]

Parameters

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

Product Availability

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

Remarks

The IInitGeocodeServer interface is available only if the GeocodeServer was obtained for use by co-creating the GeocodeServer object.

The AdjustableProperties method returns a comma-delimited string containing the list of properties that a user or developer can modify at runtime when using a GeocodeServer. Use this method to inspect and restrict the set of properties that users and developers can modify. Refer to the IGeocodeServer::GetLocatorProperties method for a list of property names that can be used.

See Also

IInitGeocodeServer Interface