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)

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