PexSettingsStoreAttributeBase.TryGetValue(String, Object) Method

Definition

Tries to query the value.

public:
 bool TryGetValue(System::String ^ name, [Runtime::InteropServices::Out] System::Object ^ % value);
public bool TryGetValue (string name, out object value);
member this.TryGetValue : string * obj -> bool
Public Function TryGetValue (name As String, ByRef value As Object) As Boolean

Parameters

name
String

The name.

value
Object

The value.

Returns

Applies to