SettingsStore.TryGetInt64(String, String, Int64) Method

Definition

Gets the value of the requested property whose data type is Int64.

public virtual bool TryGetInt64 (string collectionPath, string propertyName, out long value);
abstract member TryGetInt64 : string * string * int64 -> bool
override this.TryGetInt64 : string * string * int64 -> bool
Public Overridable Function TryGetInt64 (collectionPath As String, propertyName As String, ByRef value As Long) As Boolean

Parameters

collectionPath
String

Path of the collection of the property.

propertyName
String

Name of the property.

value
Int64

The retrieved value

Returns

True if successful

Remarks

This method is safe to access from any thread.

Applies to