Share via


SPUserCodeWebPart.AssemblyFullName Property

Gets or sets the full name of the user code Web Part assembly.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property AssemblyFullName As String
    Get
    Set
'Usage
Dim instance As SPUserCodeWebPart
Dim value As String

value = instance.AssemblyFullName

instance.AssemblyFullName = value
public string AssemblyFullName { get; set; }

Property Value

Type: System.String
The full name of the user code Web Part assembly.

See Also

Reference

SPUserCodeWebPart Class

SPUserCodeWebPart Members

Microsoft.SharePoint.WebPartPages Namespace