| PMGroupOUBalanceSetUnlimited Method (Boolean, Boolean) | 
            Sets the balance Unlimited or not, and apply to current members.
            
 
Namespace: PM90SettingsAPIAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntaxpublic void SetUnlimited(
	bool applyToCurrentMembers,
	bool unlimited
)
Parameters
- applyToCurrentMembers
 - Type: SystemBoolean
Set true to actively set all users who have this Group/OU as their quota source - unlimited
 - Type: SystemBoolean
Set true for unlimited, false to use deductable balance 
Exceptions| Exception | Condition | 
|---|
| PMDatabaseException | Represents an database connection or syntax error that has occurred when processing an API request | 
| PMException | Unexcpected exception has occurred, check inner exception | 
RemarksApplying to current members will change all user members who have this Group or OU set as their quota source.  See Primary Group and Default Quota source.
See Also