WorkflowCompilerError.PropertyName 属性

定义

返回与编译器错误关联的属性。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

属性值

String

与编译器错误关联的属性。The property associated with the compiler error.

注解

由此属性返回的值用于映射和定位引起编译失败的属性。The value that is returned by this property is used to map and navigate to the property that caused the compilation failure.

适用于