DynamicField.GetAttribute(String) Method

Definition

Retrieves the specified attribute value.

public:
 virtual System::String ^ GetAttribute(System::String ^ key);
public string GetAttribute (string key);
abstract member GetAttribute : string -> string
override this.GetAttribute : string -> string
Public Function GetAttribute (key As String) As String

Parameters

key
String

The key of the attribute to get.

Returns

The value of the attribute.

Implements

Applies to

See also