ServerConfigJsonInternetClientCanShowPinText Property |
Gets or set a value indicating that Internet clients are allowed to set pin text on aircraft markers.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool InternetClientCanShowPinText { get; set; }
Public Property InternetClientCanShowPinText As Boolean
Get
Set
public:
property bool InternetClientCanShowPinText {
bool get ();
void set (bool value);
}
member InternetClientCanShowPinText : bool with get, set
Property Value
Type:
BooleanSee Also