SPPersistedTypeDescription-Konstruktor
Initialisiert eine neue Instanz der Klasse SPPersistedTypeDescription basierend auf dem angegebenen Typname und Beschreibung.
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
)
Parameter
typeName
Typ: System.StringEine Zeichenfolge, die den Typnamen enthält.
typeDescription
Typ: System.StringEine Zeichenfolge, die Beschreibung enthält.
Siehe auch
Referenz
SPPersistedTypeDescription Klasse