WorkflowCompilerError.PropertyName 屬性

定義

回傳與編譯器錯誤相關的屬性。

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

屬性值

與編譯器錯誤相關的屬性。

備註

這個屬性回傳的值用來映射並導向導致編譯失敗的屬性。

適用於