Share via


DataPointCustomProperties.SetCustomProperty(String, String) Método

Definição

Define uma propriedade personalizada do ponto de dados.

public:
 virtual void SetCustomProperty(System::String ^ name, System::String ^ propertyValue);
public virtual void SetCustomProperty (string name, string propertyValue);
abstract member SetCustomProperty : string * string -> unit
override this.SetCustomProperty : string * string -> unit
Public Overridable Sub SetCustomProperty (name As String, propertyValue As String)

Parâmetros

name
String

O nome da propriedade a ser definida.

propertyValue
String

O valor da propriedade a ser definida.

Aplica-se a