Partager via


WorkflowCompilerError.PropertyName Propriété

Définition

Retourne la propriété associée à l'erreur du compilateur.

public:
 property System::String ^ PropertyName { System::String ^ get(); void set(System::String ^ value); };
public string PropertyName { get; set; }
member this.PropertyName : string with get, set
Public Property PropertyName As String

Valeur de propriété

Propriété a associée à l'erreur du compilateur.

Remarques

La valeur retournée par cette propriété est utilisée pour mapper et naviguer jusqu'à la propriété qui a provoqué l'échec de compilation.

S’applique à