Share via


CmdletWithProvider.ProviderName Property

Namespace: Microsoft.PowerShell.OneGet.CmdLets
Assembly: Microsoft.PowerShell.OneGet (in Microsoft.PowerShell.OneGet.dll)

Usage

'Usage
Dim instance As CmdletWithProvider
Dim value As String()

value = instance.ProviderName

instance.ProviderName = value

Syntax

'Declaration
<AliasAttribute(System.String[])> _
<ParameterAttribute(ValueFromPipelineByPropertyName:=True)> _
Public Overridable Property ProviderName As String()
[AliasAttribute(System.String[])] 
[ParameterAttribute(ValueFromPipelineByPropertyName=true)] 
public virtual string[] ProviderName { get; set; }
[AliasAttribute(System.String[])] 
[ParameterAttribute(ValueFromPipelineByPropertyName=true)] 
public:
virtual property array<String^>^ ProviderName {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String[] get_ProviderName ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_ProviderName (String[] value)
CompilerGeneratedAttribute 
public function get ProviderName () : String[]

CompilerGeneratedAttribute 
public function set ProviderName (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

CmdletWithProvider Class
CmdletWithProvider Members
Microsoft.PowerShell.OneGet.CmdLets Namespace