NewModuleManifestCommand.Dependencies 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> _
Public Property Dependencies As IDictionary()
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Cmdlets use arrays for parameters.")] 
[ParameterAttribute] 
public IDictionary[] Dependencies { get; set; }
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1819:PropertiesShouldNotReturnArrays", Justification=L"Cmdlets use arrays for parameters.")] 
[ParameterAttribute] 
public:
property array<IDictionary^>^ Dependencies {
    array<IDictionary^>^ get ();
    void set (array<IDictionary^>^ value);
}
/** @property */
public IDictionary[] get_Dependencies ()

/** @property */
public void set_Dependencies (IDictionary[] value)
public function get Dependencies () : IDictionary[]

public function set Dependencies (value : IDictionary[])

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

NewModuleManifestCommand Class
NewModuleManifestCommand Members
Microsoft.PowerShell.Commands Namespace