다음을 통해 공유


DataPointCustomProperties.CustomProperties 속성

정의

데이터 요소의 사용자 지정 속성을 가져오거나 설정합니다. 사용자 지정 속성은 다음과 같은 형식으로 지정할 수 있습니다. AttrName1=Value1, AttrName2=Value2 ...

public:
 property System::String ^ CustomProperties { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
public string CustomProperties { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
member this.CustomProperties : string with get, set
Public Property CustomProperties As String

속성 값

String

데이터 요소의 사용자 지정 속성을 나타내는 string 값입니다.

특성

적용 대상