CmdletWithSearch.Name Property
Namespace: Microsoft.PowerShell.OneGet.CmdLets
Assembly: Microsoft.PowerShell.OneGet (in Microsoft.PowerShell.OneGet.dll)
Usage
'Usage
Dim instance As CmdletWithSearch
Dim value As String()
value = instance.Name
instance.Name = value
Syntax
'Declaration
<ParameterAttribute(Position:=0)> _
Public Overridable Property Name As String()
[ParameterAttribute(Position=0)]
public virtual string[] Name { get; set; }
[ParameterAttribute(Position=0)]
public:
virtual property array<String^>^ Name {
array<String^>^ get ();
void set (array<String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String[] get_Name ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Name (String[] value)
CompilerGeneratedAttribute
public function get Name () : String[]
CompilerGeneratedAttribute
public function set Name (value : String[])
Property Value
Returns 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
Target Platforms
See Also
Reference
CmdletWithSearch Class
CmdletWithSearch Members
Microsoft.PowerShell.OneGet.CmdLets Namespace