共用方式為


DataPointCustomProperties.GetCustomProperty(String) 方法

定義

傳回具有指定名稱的資料點自訂屬性。

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

參數

name
String

要傳回的屬性名稱。

傳回

String

string 值,表示具有指定名稱的資料點自訂屬性。 如果未設定要求的屬性,則將傳回資料數列的預設自訂屬性。

適用於