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