DataPointCustomProperties.GetCustomProperty(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回具有指定名称的数据点自定义属性。
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
值,该值表示具有指定名称的数据点自定义属性。 如果未设置所请求的属性,将返回数据序列的默认自定义属性。