Condividi tramite


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à

String

Proprietà associata all'errore del compilatore.

Commenti

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

Si applica a