DataSourceControl.SkinID Propiedad

Definición

Obtiene la máscara que se va a aplicar al control DataSourceControl.

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 ha intentado establecer el valor de la propiedad SkinID.

Comentarios

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

Se aplica a

Consulte también