Compartilhar via


SPUserCodeWebPart.TypeFullName property

Obtém ou define o nome completo do soluçăo em área restrita tipo de Web Part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property TypeFullName As String
    Get
    Set
'Uso
Dim instance As SPUserCodeWebPart
Dim value As String

value = instance.TypeFullName

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

Property value

Type: System.String
O nome completo do tipo de Web Part soluçăo em área restrita .

Ver também

Referência

SPUserCodeWebPart class

SPUserCodeWebPart members

Microsoft.SharePoint.WebPartPages namespace