WorkflowCompilerError.PropertyName Proprietà

Definizione

Restituisce la proprietà associata all'errore del compilatore.

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

Valore della proprietà

Proprietà associata all'errore del compilatore.

Commenti

Il valore restituito da questa proprietà viene utilizzato per eseguire il mapping e passare alla proprietà che ha causato l'errore di compilazione.

Si applica a