XmlSchemaNotation.Public 属性

定义

获取或设置 public 标识符。

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

属性值

String

public 标识符。 该值必须是有效的统一资源标识符 (URI)。

适用于