XmlSchemaAnnotated.Id プロパティ

定義

文字列 ID を取得または設定します。

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

プロパティ値

文字列 ID。既定値は です String.Empty。 省略可能。

注釈

id 値は 型 ID で、この要素を含むドキュメント内で一意である必要があります。

省略可能。

適用対象