XmlSchemaNotation.System 属性

定义

获取或设置 system 标识符。

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

属性值

String

system 标识符。 该值必须是有效的 URI。

适用于