Condividi tramite


PSDictionaryElement Class

Definition

Wraps 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

Name Description
PSDictionaryElement(IDictionary<String,String>)

Initializes a new instance of the PSDictionaryElement class.

Properties

Name Description
Content

Gets the Content of the object

Methods

Name Description
ToString()

A string representation of the contained dictionary

ToString(Int32)

A string representation of the contained dictionary

Applies to