다음을 통해 공유


SPUserSolutionCollection.Item property

Gets a sandboxed solution specified by ID.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    solutionId As Guid _
) As SPUserSolution
    Get
'Usage
Dim instance As SPUserSolutionCollection
Dim solutionId As Guid
Dim value As SPUserSolution

value = instance(solutionId)
public SPUserSolution this[
    Guid solutionId
] { get; }

Parameters

  • solutionId
    Type: System.Guid

    The sandboxed solutions ID of a solution within the collection.

Property value

Type: Microsoft.SharePoint.SPUserSolution
An SPUserSolution object from the solution collection.

See also

Reference

SPUserSolutionCollection class

SPUserSolutionCollection members

Microsoft.SharePoint namespace