DataPointCustomProperties.CustomProperties Proprietà

Definizione

Ottiene o imposta le proprietà personalizzate del punto dati. È possibile specificare le proprietà personalizzate nel formato seguente: 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

Valore della proprietà

Valore string che rappresenta le proprietà personalizzate del punto dati.

Attributi

Si applica a