This topic has not yet been rated - Rate this topic

VerbsDiagnostic.Resolve Field

Specifies an action that maps a shorthand representation of a resource to a more complete representation.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
'Usage
Dim value As String

value = VerbsDiagnostic.Resolve

public:
literal String^ Resolve
public static final String Resolve
public const var Resolve : String

This example shows how this field is used in the Cmdlet attribute:

[Cmdlet(VerbsDiagnostic.Resolve, "Path")]
public class ResolvePathCommand : Cmdlet

For consistency with other cmdlets that perform the same action, do not use verbs such as Expand or Determine for this action.

The verb portion of a cmdlet name specifies the action that is taken by the cmdlet and is specified by the Cmdlet attribute. For more information about the declaration syntax used to specify the Cmdlet attribute, see Cmdlet Attribute Declaration.

For more information about the guidelines for selecting verb names, see Cmdlet Verb Names.


 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.