WebPartVerb.ID 属性

定义

获取包含谓词的唯一 ID 的字符串。

public:
 property System::String ^ ID { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string ID { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ID : string
Public ReadOnly Property ID As String

属性值

String

一个字符串,包含 WebPartVerb 的 ID。

属性

注解

调用类的构造函数WebPartVerb的任何重载WebPartVerb时,ID 属性的值必须指定为参数。

适用于