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.

Valori restituiti

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

Si applica a