共用方式為


ValidationError.Id 屬性

定義

錯誤來源 Activity 的唯一英數字元識別碼。 這個識別碼對特定工作流程中的每個活動都是唯一的。

public:
 property System::String ^ Id { System::String ^ get(); };
public string Id { get; }
member this.Id : string
Public ReadOnly Property Id As String

屬性值

做為錯誤來源之活動的識別項。

適用於