NET Link Tracker
MaxRequests Property (LinkParms)



KellermanSoftware.NetLinkTracker Namespace > LinkParms Class : MaxRequests Property
The maximum number of requests for this link
Syntax
'Declaration
 
Public Property MaxRequests As Nullable(Of Integer)
'Usage
 
Dim instance As LinkParms
Dim value As Nullable(Of Integer)
 
instance.MaxRequests = value
 
value = instance.MaxRequests
public Nullable<int> MaxRequests {get; set;}
public:
property Nullable<int> MaxRequests {
   Nullable<int> get();
   void set (    Nullable<int> value);
}
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

Reference

LinkParms Class
LinkParms Members