SPUserCodeTypeDefinition.TypeName property
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TypeName As String
Get
'Usage
Dim instance As SPUserCodeTypeDefinition
Dim value As String
value = instance.TypeName
public string TypeName { get; }
Property value
Type: System.String
See also
Reference
SPUserCodeTypeDefinition class