XmlSchemaExternal.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。 可选。

适用于