GenericWebPart.ID プロパティ

定義

コントロールの ID を取得または設定します。 この値は継承できません。

public:
 property System::String ^ ID { System::String ^ get(); void set(System::String ^ value); };
public override sealed string ID { get; set; }
member this.ID : string with get, set
Public Overrides NotOverridable Property ID As String

プロパティ値

コントロールの ID を格納している文字列。

適用対象

こちらもご覧ください