TransformerInfo.Name 属性

定义

为扩展 WebPartTransformer 类的类型获取或设置一个友好名称。

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

属性值

String

扩展 WebPartTransformer 类的类型的友好名称。

属性

示例

下面的代码示例说明如何使用 Name 属性。 此代码示例是为类提供的大型示例的 WebPartsSection 一部分。

适用于

另请参阅