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)
Available in Sandboxed Solutions: No

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