CmdletBase.MessageResolver Field
Namespace: Microsoft.PowerShell.OneGet.CmdLets
Assembly: Microsoft.PowerShell.OneGet (in Microsoft.PowerShell.OneGet.dll)
Usage
'Usage
Dim instance As CmdletBase
Dim value As GetMessageString
value = instance.MessageResolver
instance.MessageResolver = value
Syntax
'Declaration
<ParameterAttribute(DontShow:=True)> _
Public MessageResolver As GetMessageString
[ParameterAttribute(DontShow=true)]
public GetMessageString MessageResolver
[ParameterAttribute(DontShow=true)]
public:
GetMessageString^ MessageResolver
/** @attribute ParameterAttribute(DontShow=true) */
public GetMessageString MessageResolver
ParameterAttribute(DontShow=true)
public var MessageResolver : GetMessageString
Platforms
Target Platforms
See Also
Reference
CmdletBase Class
CmdletBase Members
Microsoft.PowerShell.OneGet.CmdLets Namespace