Share via


Response.YieldSoftwareIdentity Method

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Providers.Package
Assembly: Microsoft.OneGet (in Microsoft.OneGet.dll)

Usage

'Usage
Dim instance As Response(Of T)
Dim fastPath As String
Dim name As String
Dim version As String
Dim versionScheme As String
Dim summary As String
Dim source As String
Dim searchKey As String
Dim fullPath As String
Dim packageFileName As String
Dim returnValue As Boolean

returnValue = instance.YieldSoftwareIdentity(fastPath, name, version, versionScheme, summary, source, searchKey, fullPath, packageFileName)

Syntax

'Declaration
Public Function YieldSoftwareIdentity ( _
    fastPath As String, _
    name As String, _
    version As String, _
    versionScheme As String, _
    summary As String, _
    source As String, _
    searchKey As String, _
    fullPath As String, _
    packageFileName As String _
) As Boolean
public bool YieldSoftwareIdentity (
    string fastPath,
    string name,
    string version,
    string versionScheme,
    string summary,
    string source,
    string searchKey,
    string fullPath,
    string packageFileName
)
public:
virtual bool YieldSoftwareIdentity (
    String^ fastPath, 
    String^ name, 
    String^ version, 
    String^ versionScheme, 
    String^ summary, 
    String^ source, 
    String^ searchKey, 
    String^ fullPath, 
    String^ packageFileName
) sealed
public final boolean YieldSoftwareIdentity (
    String fastPath, 
    String name, 
    String version, 
    String versionScheme, 
    String summary, 
    String source, 
    String searchKey, 
    String fullPath, 
    String packageFileName
)
public final function YieldSoftwareIdentity (
    fastPath : String, 
    name : String, 
    version : String, 
    versionScheme : String, 
    summary : String, 
    source : String, 
    searchKey : String, 
    fullPath : String, 
    packageFileName : String
) : boolean

Parameters

  • fastPath
  • name
  • version
  • versionScheme
  • summary
  • source
  • searchKey
  • fullPath
  • packageFileName

Return Value

Returns Boolean.

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

Response Generic Class
Response Members
Microsoft.OneGet.Providers.Package Namespace