ProxyWebPart.ID Propiedad

Definición

Obtiene o establece el identificador de programación asignado al control de elementos Web.

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

Valor de propiedad

Una cadena String que contiene el identificador.

Comentarios

El ProxyWebPart objeto contendrá el mismo valor en su ID propiedad que el control que reemplazó.

Se aplica a