Compartir vía


DataSourceControl.SkinID Propiedad

Definición

Obtiene la piel que se va a aplicar al DataSourceControl control.

public:
 virtual property System::String ^ SkinID { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public override string SkinID { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SkinID : string with get, set
Public Overrides Property SkinID As String

Valor de propiedad

Empty.

Atributos

Excepciones

Se intentó establecer el valor de la SkinID propiedad .

Comentarios

Dado que el DataSourceControl control no tiene representación visual, no se puede establecer la SkinID propiedad .

Se aplica a

Consulte también