SearchDocument.GetInt64(String) Method

Definition

Get the value of a SearchDocument's Nullable<T> property called key.

public long? GetInt64 (string key);
member this.GetInt64 : string -> Nullable<int64>
Public Function GetInt64 (key As String) As Nullable(Of Long)

Parameters

key
String

The name of the property.

Returns

The value of the property.

Applies to