StringCollection.Add method

Adds a string to the end of the StringCollection.

Namespace:  Microsoft.SharePoint.Client.Search.Query
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public Sub Add ( _
    property As String _
)
'Usage
Dim instance As StringCollection
Dim property As String

instance.Add(property)
public void Add(
    string property
)

Parameters

  • property
    Type: System.String

    The string to add to the end of the StringCollection. The value can be a null reference (Nothing in Visual Basic).

See also

Reference

StringCollection class

StringCollection members

Microsoft.SharePoint.Client.Search.Query namespace