GoogleMapSettingsDirectoryEntryKey Property |
Gets or sets the key that directory entry requests must contain before the site will respond with directory entry information.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string DirectoryEntryKey { get; set; }
Public Property DirectoryEntryKey As String
Get
Set
public:
property String^ DirectoryEntryKey {
String^ get ();
void set (String^ value);
}
member DirectoryEntryKey : string with get, set
Property Value
Type:
StringSee Also