[This is preliminary documentation and is subject to change.]
Specifies where the data is
Namespace: NFX.Web.GeoLookupAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public string DataPath { get; set; }
[ConfigAttribute]
public string DataPath { get; set; }
<ConfigAttribute>
Public Property DataPath As String
Get
Set
<ConfigAttribute>
Public Property DataPath As String
Get
Set
public:
[ConfigAttribute]
property String^ DataPath {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute]
property String^ DataPath {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute>]
member DataPath : string with get, set
[<ConfigAttribute>]
member DataPath : string with get, set
Property Value
Type:
String