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.StringThe string to add to the end of the StringCollection. The value can be a null reference (Nothing in Visual Basic).