SPUserCodeWebPart.SolutionId property

Gets or sets the ID of the solution.

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

Syntax

'Declaration
Public Property SolutionId As Guid
    Get
    Set
'Usage
Dim instance As SPUserCodeWebPart
Dim value As Guid

value = instance.SolutionId

instance.SolutionId = value
public Guid SolutionId { get; set; }

Property value

Type: System.Guid
The ID of the solution.

See also

Reference

SPUserCodeWebPart class

SPUserCodeWebPart members

Microsoft.SharePoint.WebPartPages namespace