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)
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.