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

プロパティ値

コンパイラ エラーに関連付けられているプロパティ。

注釈

このプロパティによって返される値は、コンパイルエラーの原因となったプロパティにマップして移動するために使用されます。

適用対象