PSDictionaryElement Class

Definition

Wrapps around the IDictionary to provide a better output format for the PS command lets.

public class PSDictionaryElement
type PSDictionaryElement = class
Public Class PSDictionaryElement
Inheritance
PSDictionaryElement

Constructors

PSDictionaryElement(IDictionary<String,String>)

Initializes a new instance of the PSDictionaryElement class.

Properties

Content

Gets the Content of the object

Methods

ToString()

A string representation of the contained dictionary

ToString(Int32)

A string representation of the contained dictionary

Applies to