WorkflowCompilerError.PropertyName Property

Definition

Returns the property associated with the compiler error.

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

Property Value

The property associated with the compiler error.

Remarks

The value that is returned by this property is used to map and navigate to the property that caused the compilation failure.

Applies to