SPObjectModelType.FullName property

Full name of the type.

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

Syntax

'Declaration
Public Property FullName As String
    Get
    Friend Set
'Usage
Dim instance As SPObjectModelType
Dim value As String

value = instance.FullName
public string FullName { get; internal set; }

Property value

Type: System.String
A String representation of the type full name.

See also

Reference

SPObjectModelType class

SPObjectModelType members

Microsoft.SharePoint.Administration namespace