RegistrationErrorInfo.MinorRef プロパティ

定義

プロパティ名など、エラーの原因となった項目の正確な指定を取得します。

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

プロパティ値

エラーの原因となった、プロパティ名などの項目の正確な指定。 複数のエラーが発生した場合、またはこれが適用されない場合、 MinorRef は文字列 "<Invalid>" を返します。

適用対象