Entity.TryGetAttributeValue<T>(String, T) Method

Definition

public:
generic <typename T>
 bool TryGetAttributeValue(System::String ^ attributeKey, [Runtime::InteropServices::Out] T % result);
public bool TryGetAttributeValue<T> (string attributeKey, out T result);
member this.TryGetAttributeValue : string * 'T -> bool
Public Function TryGetAttributeValue(Of T) (attributeKey As String, ByRef result As T) As Boolean

Type Parameters

T

Parameters

attributeKey
String
result
T

Returns

Applies to