This document is archived and information here might be outdated. Recommended version. |
The NALocationRanges field name.
[Visual Basic .NET]
Public Property LocationRangesFieldName As String
[C#]
public string LocationRangesFieldName {get; set;}
[C++]
HRESULT get_LocationRangesFieldName(
BSTR FieldName
);
[C++]
HRESULT put_LocationRangesFieldName(
System.String* FieldName
);
[C++] Parameters FieldName [in]
FieldName is a parameter of type BSTR FieldName [out, retval]
FieldName is a parameter of type BSTR*
LocationRangesFieldName specifies the name of the field which contains the location ranges BLOB field. You need to call the Bind method after setting this property before using the locator agent.