ParseError.Identifier プロパティ

エラーの種類を表す一意の識別子を取得します。

名前空間 :  Microsoft.Data.Schema.ScriptDom
アセンブリ :  Microsoft.Data.Schema.ScriptDom (Microsoft.Data.Schema.ScriptDom.dll 内)

構文

'宣言
Public ReadOnly Property Identifier As String
'使用
Dim instance As ParseError
Dim value As String

value = instance.Identifier
public string Identifier { get; }
public:
property String^ Identifier {
    String^ get ();
}
public function get Identifier () : String

プロパティ値

型 : System.String

参照

参照

ParseError クラス

ParseError メンバ

Microsoft.Data.Schema.ScriptDom 名前空間