Entity.TryGetAttributeValue<T>(String, T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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