Share via


SPPersistedTypeDescription constructor

Initializes a new instance of the SPPersistedTypeDescription class based on the specified type name and description.

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

Syntax

'Declaration
Public Sub New ( _
    typeName As String, _
    typeDescription As String _
)
'Usage
Dim typeName As String
Dim typeDescription As String

Dim instance As New SPPersistedTypeDescription(typeName, _
    typeDescription)
public SPPersistedTypeDescription(
    string typeName,
    string typeDescription
)

Parameters

  • typeName
    Type: System.String

    A string that contains the type name.

  • typeDescription
    Type: System.String

    A string that contains the description.

See also

Reference

SPPersistedTypeDescription class

SPPersistedTypeDescription members

Microsoft.SharePoint.Administration namespace