Client restrictions (computer names, IP ranges, OUs).
More...
|
| ClientRests (string sCpuNames, string sIpRanges, string sOus) |
| Initializes a new instance of the ClientRests class from strings containing computer names, IP ranges, and OUs.
|
|
string | ToString (char SEP, char SEP_INSIDE, bool bAddFinalSep) |
| Converts the current instance to a string. The separator between items is customizable.
|
|
override string | ToString () |
| Returns a System.String that represents this instance.
|
|
Client restrictions (computer names, IP ranges, OUs).
◆ ClientRests()
ClientRests |
( |
string | sCpuNames, |
|
|
string | sIpRanges, |
|
|
string | sOus ) |
Initializes a new instance of the ClientRests class from strings containing computer names, IP ranges, and OUs.
- Parameters
-
sCpuNames | The computer names. |
sIpRanges | The IP ranges. |
sOus | The OUs. |
◆ ToString() [1/2]
string ToString |
( |
char | SEP, |
|
|
char | SEP_INSIDE, |
|
|
bool | bAddFinalSep ) |
Converts the current instance to a string. The separator between items is customizable.
- Parameters
-
SEP | The separator between items. |
SEP_INSIDE | The separator between sub items of the current item. |
bAddFinalSep | if set to true add the separator after the last item. |
- Returns
- A System.String that represents this instance.
◆ ToString() [2/2]
override string ToString |
( |
| ) |
|
Returns a System.String that represents this instance.
- Returns
- A System.String that represents this instance.