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

List of IP ranges for workstation restrictions. More...

Inherits TranslatedList< T >.

Public Member Functions

string ToString (char SEP, bool bAddFinalSep)
 Exports this instance to a string. The separator between items is customizable.
 

Detailed Description

List of IP ranges for workstation restrictions.

Member Function Documentation

◆ ToString()

string ToString ( char SEP,
bool bAddFinalSep )

Exports this instance to a string. The separator between items is customizable.

Parameters
SEPThe separator between items.
bAddFinalSepif set to true add the separator after the last item.
Returns
A System.String that represents this instance.