Share via


SPPersistedTypeDescription.Name Property

Gets the type name associated with the persisted object.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As SPPersistedTypeDescription
Dim value As String

value = instance.Name
public string Name { get; }

Property Value

Type: System.String
A string that contains the type name.

See Also

Reference

SPPersistedTypeDescription Class

SPPersistedTypeDescription Members

Microsoft.SharePoint.Administration Namespace