SchemaImporterExtensionElement.Name 属性

定义

获取或设置扩展的名称。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)>]
member this.Name : string with get, set
Public Property Name As String

属性值

扩展插件的名称。

属性

注解

该名称必须是唯一的。

适用于