DataPointCustomProperties.IsCustomPropertySet(String) Metodo

Definizione

Determina se è stata impostata una proprietà personalizzata con il nome specificato.

public:
 virtual bool IsCustomPropertySet(System::String ^ name);
public virtual bool IsCustomPropertySet (string name);
abstract member IsCustomPropertySet : string -> bool
override this.IsCustomPropertySet : string -> bool
Public Overridable Function IsCustomPropertySet (name As String) As Boolean

Parametri

name
String

Nome della proprietà personalizzata da verificare.

Restituisce

true se la proprietà personalizzata è stata impostata. In caso contrario false.

Si applica a