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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPResourceType
'Usage
Dim instance As SPResourceType
[SubsetCallableTypeAttribute]
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. |