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.
 
override string ToString ()
 Returns a System.String that represents this instance. Useful if the "Get-UserLockProtectedAccountEffective -Property ClientRestsEff" cmdlet is called.
 

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ClientRestsEff()

ClientRestsEff ( string s)

Initializes a new instance of the ClientRestsEff class.

Parameters
sThe string from which the new instance is built.

Member Function Documentation

◆ ToString()

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

◆ ClientRestsEffective

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

Gets or sets the effective client restrictions.

The effective client restrictions.