共用方式為


SearchDocument.GetDateTimeOffsetCollection(String) Method

Definition

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

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

Parameters

key
String

The name of the property.

Returns

The value of the property.

Applies to