UserLock API
Public Member Functions | Properties | List of all members
ClientRestsEff Class Reference

Effective client restrictions (cannot be stored in ProtectedAccount fields because they need additional data). More...

Public Member Functions

 ClientRestsEff (string s)
 Initializes a new instance of the ClientRestsEff class. More...
 
override string ToString ()
 Returns a System.String that represents this instance. Useful if the "Get-UserLockProtectedAccountEffective -Property ClientRestsEff" cmdlet is called. More...
 

Properties

Dictionary< String, Tuple
< RestrictionMode, ClientRests > > 
ClientRestsEffective [get, set]
 Gets or sets the effective client restrictions. More...
 

Detailed Description

Effective client restrictions (cannot be stored in ProtectedAccount fields because they need additional data).

Constructor & Destructor Documentation

ClientRestsEff ( string  s)

Initializes a new instance of the ClientRestsEff class.

Parameters
sThe string from which the new instance is built.

Member Function Documentation

override string ToString ( )

Returns a System.String that represents this instance. Useful if the "Get-UserLockProtectedAccountEffective -Property ClientRestsEff" cmdlet is called.

Returns
A System.String that represents this instance.

Property Documentation

Dictionary<String, Tuple<RestrictionMode, ClientRests> > ClientRestsEffective
getset

Gets or sets the effective client restrictions.

The effective client restrictions.