DynamicField.GetAttribute(String) Metod

Definition

Hämtar det angivna attributvärdet.

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

Parametrar

key
String

Nyckeln för attributet som ska hämtas.

Returer

Värdet för attributet.

Implementeringar

Gäller för

Se även