Activity.GetCustomProperty(String) Méthode

Définition

Retourne l’objet mappé au nom de propriété spécifié.

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

Paramètres

propertyName
String

Nom associé à l’objet.

Retours

Objet mappé au nom de la propriété, le cas échéant ; dans le cas contraire, null.

S’applique à