Share via


DataPointCustomProperties.Item[] Proprietà

Definizione

Ottiene l'oggetto DataPointCustomProperties.

Overload

Item[String]

Ottiene o imposta l'oggetto DataPointCustomProperties in base al nome.

Item[Int32]

Ottiene l'oggetto DataPointCustomProperties in base alla relativa posizione nell'indice.

Item[String]

Ottiene o imposta l'oggetto DataPointCustomProperties in base al nome.

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ name); void set(System::String ^ name, System::String ^ value); };
public string this[string name] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(name As String) As String

Parametri

name
String

Nome della proprietà personalizzata.

Valore della proprietà

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

Si applica a

Item[Int32]

Ottiene l'oggetto DataPointCustomProperties in base alla relativa posizione nell'indice.

public:
 property System::String ^ default[int] { System::String ^ get(int index); };
public string this[int index] { get; }
member this.Item(int) : string
Default Public ReadOnly Property Item(index As Integer) As String

Parametri

index
Int32

Indice della proprietà personalizzata.

Valore della proprietà

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

Si applica a