XmlSchemaAttribute.Name 属性

定义

获取或设置属性的名称。

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

属性值

属性名。

注解

该名称必须是万维网联盟 (W3C) XML 命名空间规范中定义的 NCName (无冒号名称) 。 当针对架构验证 XML 文档时,文档中的每个属性都会针对架构中的元素 attribute 进行验证。 attribute具有name与文档中特性的本地名称匹配的属性的元素用于验证该特性。 NameRefName 属性是互斥的。

可选。

适用于