DataSourceControl.SkinID Proprietà

Definizione

Ottiene l'interfaccia da applicare al controllo 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

Valore della proprietà

Empty.

Attributi

Eccezioni

È stato effettuato un tentativo di impostare il valore della proprietà SkinID.

Commenti

Poiché il DataSourceControl controllo non ha alcun rendering visivo, non è possibile impostare la SkinID proprietà .

Si applica a

Vedi anche