SPUserCodeWebPart.SolutionId property
Obtém ou define a identificação da solução.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property SolutionId As Guid
Get
Set
'Uso
Dim instance As SPUserCodeWebPart
Dim value As Guid
value = instance.SolutionId
instance.SolutionId = value
public Guid SolutionId { get; set; }
Property value
Type: System.Guid
A identificação da solução.