NET Link Tracker
MaxRequestsPerMonth Property (TrackedLink)



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

TrackedLink Class
TrackedLink Members