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 值,该值表示具有指定名称的数据点自定义属性。 如果未设置所请求的属性,将返回数据序列的默认自定义属性。

适用于