Share via


SettingsStore.TryGetUInt32(String, String, UInt32) Method

Definition

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

public virtual bool TryGetUInt32 (string collectionPath, string propertyName, out uint value);
abstract member TryGetUInt32 : string * string * uint32 -> bool
override this.TryGetUInt32 : string * string * uint32 -> bool
Public Overridable Function TryGetUInt32 (collectionPath As String, propertyName As String, ByRef value As UInteger) As Boolean

Parameters

collectionPath
String

Path of the collection of the property.

propertyName
String

Name of the property.

value
UInt32

The retrieved value

Returns

True if successful

Applies to