PSDictionaryElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |