共用方式為


SearchDocument.GetStringCollection(String) Method

Definition

Get the value of a SearchDocument's String collection property called key.

public System.Collections.Generic.IReadOnlyList<string> GetStringCollection (string key);
member this.GetStringCollection : string -> System.Collections.Generic.IReadOnlyList<string>
Public Function GetStringCollection (key As String) As IReadOnlyList(Of String)

Parameters

key
String

The name of the property.

Returns

The value of the property.

Applies to