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

属性值

与编译器错误关联的属性。

注解

由此属性返回的值用于映射和定位引起编译失败的属性。

适用于