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

属性值

String

字符串 ID。默认值为 String.Empty. 可选。

注解

ID 值的类型必须在 ID 包含此元素的文档中是唯一的。

可选。

适用于