This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > II > IInitGeocodeServer Interface > IInitGeocodeServer.AdjustableProperties Property (ArcObjects .NET 10.5 SDK) |
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
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.