Activity.GetCustomProperty(String) Metodo

Definizione

Restituisce l'oggetto mappato al nome della proprietà specificato.

public:
 System::Object ^ GetCustomProperty(System::String ^ propertyName);
public object? GetCustomProperty (string propertyName);
member this.GetCustomProperty : string -> obj
Public Function GetCustomProperty (propertyName As String) As Object

Parametri

propertyName
String

Nome associato all'oggetto.

Restituisce

Oggetto mappato al nome della proprietà, se trovato; in caso contrario null.

Si applica a