LicenseLimit property 
Returns or sets the number of licenses the community is allowed. 
Syntax
 
C++
HRESULT 
 get_LicenseLimit( 
   LONG* pLicenseLimit) 
  
HRESULT put_LicenseLimit( 
   LONG MyLicenseLimit) 
  
Scripting languages
LicenseLimit 
 = Object.LicenseLimit  
Object.LicenseLimit 
 = LicenseLimit
  |