ImplicitRemotingCommandBase.Verb Property
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in microsoft.powershell.commands.utility.dll)
Usage
Syntax
'Declaration
<ParameterAttribute(ParameterSetName:="CmdletSet")> _
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
Public Property Verb As String()
[ParameterAttribute(ParameterSetName="CmdletSet")]
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")]
public string[] Verb { get; set; }
[ParameterAttribute(ParameterSetName=L"CmdletSet")]
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1819:PropertiesShouldNotReturnArrays")]
public:
property array<String^>^ Verb {
array<String^>^ get ();
void set (array<String^>^ value);
}
/** @property */
public String[] get_Verb ()
/** @property */
public void set_Verb (String[] value)
public function get Verb () : String[]
public function set Verb (value : String[])
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP
See Also
Reference
ImplicitRemotingCommandBase Class
ImplicitRemotingCommandBase Members
Microsoft.PowerShell.Commands Namespace