共用方式為


IdentityError.Code 屬性

定義

取得或設定此錯誤的程式碼。

public:
 property System::String ^ Code { System::String ^ get(); void set(System::String ^ value); };
public string Code { get; set; }
member this.Code : string with get, set
Public Property Code As String

屬性值

此錯誤的程式碼。

適用於