AddModuleCommand.Assembly Property

Namespace: Microsoft.PowerShell.Commands
Assembly: System.Management.Automation (in system.management.automation.dll)

Usage

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification:="Cmdlets use arrays for parameters.")> _
<ParameterAttribute(ParameterSetName:="Assembly", Mandatory:=True, ValueFromPipeline:=True)> _
Public Property Assembly As Assembly()
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Cmdlets use arrays for parameters.")] 
[ParameterAttribute(ParameterSetName="Assembly", Mandatory=true, ValueFromPipeline=true)] 
public Assembly[] Assembly { get; set; }
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1819:PropertiesShouldNotReturnArrays", Justification=L"Cmdlets use arrays for parameters.")] 
[ParameterAttribute(ParameterSetName=L"Assembly", Mandatory=true, ValueFromPipeline=true)] 
public:
property array<Assembly^>^ Assembly {
    array<Assembly^>^ get ();
    void set (array<Assembly^>^ value);
}
/** @property */
public Assembly[] get_Assembly ()

/** @property */
public void set_Assembly (Assembly[] value)
public function get Assembly () : Assembly[]

public function set Assembly (value : Assembly[])

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

AddModuleCommand Class
AddModuleCommand Members
Microsoft.PowerShell.Commands Namespace