EdmSchemaError.SchemaLocation プロパティ

定義

エラーを含むスキーマの場所を取得します。 この文字列には、最後のスキーマの名前も含まれます。

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

プロパティ値

エラーを含むスキーマの場所。

適用対象