Request.PackageManagementService Property

This element is introduced in Windows PowerShell 5.0.

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

Usage

'Usage
Dim instance As Request
Dim value As IPackageManagementService

value = instance.PackageManagementService

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods", Justification:="This is required for the PowerShell Providers.")> _
Public ReadOnly Property PackageManagementService As IPackageManagementService
[SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods", Justification="This is required for the PowerShell Providers.")] 
public IPackageManagementService PackageManagementService { get; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1721:PropertyNamesShouldNotMatchGetMethods", Justification=L"This is required for the PowerShell Providers.")] 
public:
property IPackageManagementService^ PackageManagementService {
    IPackageManagementService^ get ();
}
/** @property */
public IPackageManagementService get_PackageManagementService ()
public function get PackageManagementService () : IPackageManagementService

Property Value

Returns IPackageManagementService.

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

Request Class
Request Members
Microsoft.OneGet.MetaProvider.PowerShell Namespace