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)

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.

See also

Reference

SPUserCodeWebPart class

SPUserCodeWebPart members

Microsoft.SharePoint.WebPartPages namespace