DynamicField.GetAttribute(String) 方法

定義

擷取指定的屬性值。

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

參數

key
String

要取得的屬性索引鍵。

傳回

String

屬性的值。

實作

適用於

另請參閱