UserAgentSubstringsField class

Represents a field that contains user agent substrings.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPField
    Microsoft.SharePoint.SPFieldMultiLineText
      Microsoft.SharePoint.Publishing.Fields.UserAgentSubstringsField

Namespace:  Microsoft.SharePoint.Publishing.Fields
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class UserAgentSubstringsField _
    Inherits SPFieldMultiLineText
'Usage
Dim instance As UserAgentSubstringsField
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class UserAgentSubstringsField : SPFieldMultiLineText

Remarks

Validates that the number of user agent substrings is within the maximum number allowed.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

UserAgentSubstringsField members

Microsoft.SharePoint.Publishing.Fields namespace