XmlSchemaNotation.Public 属性
定义
获取或设置 public 标识符。Gets or sets the public identifier.
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
属性值
public 标识符。The public identifier. 该值必须是有效的统一资源标识符 (URI)。The value must be a valid Uniform Resource Identifier (URI).