XmlSchema.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

适用于