SPCmdlet.Fields Property
A property bag that contains the public properties of the cmdlet.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected ReadOnly Property Fields As HybridDictionary
Get
'Usage
Dim value As HybridDictionary
value = Me.Fields
protected HybridDictionary Fields { get; }
Property Value
Type: System.Collections.Specialized.HybridDictionary
A HybridDictionary object that contains the properties of the cmdlet that were added to it.