Intersoft WebInput Documentation
TargetSite Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > ISNetMaskInfoException Class : TargetSite Property






Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TargetSite As System.Reflection.MethodBase
Visual Basic (Usage)Copy Code
Dim instance As ISNetMaskInfoException
Dim value As System.Reflection.MethodBase
 
value = instance.TargetSite
C# 
public System.Reflection.MethodBase TargetSite {get;}
Delphi 
public read-only property TargetSite: System.Reflection.MethodBase; 
JScript 
public function get TargetSite : System.Reflection.MethodBase
Managed Extensions for C++ 
public: __property System.Reflection.MethodBase* get_TargetSite();
C++/CLI 
public:
property System.Reflection.MethodBase^ TargetSite {
   System.Reflection.MethodBase^ get();
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.