RequestReceivedEventArgsIsIPhone Property |
Gets a value indicating that the request probably came from an iPhone.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsIPhone { get; }
Public ReadOnly Property IsIPhone As Boolean
Get
public:
property bool IsIPhone {
bool get ();
}
member IsIPhone : bool with get
Property Value
Type:
BooleanSee Also