SPUserResource.Type Property
Gets the type of the user resource, which can be single line or multi-line.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Type As SPResourceType
Get
'Usage
Dim instance As SPUserResource
Dim value As SPResourceType
value = instance.Type
public SPResourceType Type { get; }
Property Value
Type: Microsoft.SharePoint.SPResourceType
An SPResourceType value that indicates the type of resource.