SPResourceType enumeration
Specifies the type of string that is used for a user resource (SPUserResource).
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPResourceType
'Usage
Dim instance As SPResourceType
public enum SPResourceType
Members
Member name | Description | |
---|---|---|
SingleLine | A single line string with less than 256 characters. | |
MultiLine | A multi-line string with more than 256 characters. |