Request.YieldSoftwareIdentity Method

Used by a provider to return fields for a Software Identity. 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 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 MustOverride 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 abstract 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
) abstract
public abstract boolean YieldSoftwareIdentity (
    String fastPath, 
    String name, 
    String version, 
    String versionScheme, 
    String summary, 
    String source, 
    String searchKey, 
    String fullPath, 
    String packageFileName
)
public abstract 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

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