SPUserCodeWebPart.TypeFullName Property
Gets or sets the full name of the sandboxed solution Web Part type.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property TypeFullName As String
Get
Set
'Usage
Dim instance As SPUserCodeWebPart
Dim value As String
value = instance.TypeFullName
instance.TypeFullName = value
public string TypeFullName { get; set; }
Property Value
Type: System.String
The full name of the sandboxed solution Web Part type.