Style.Name Właściwość

Definicja

Pobiera lub ustawia nazwę określonego obiektu. Wartość domyślna to pusty ciąg (""). Ten interfejs API jest przestarzały. Aby uzyskać informacje na temat tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Witryny z ASP.NET.

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

Wartość właściwości

Nazwa określonego obiektu.

Atrybuty

Dotyczy

Zobacz też