Style.Name Właściwość

Definicja

Pobiera lub ustawia nazwę określonego obiektu. Wartością domyślną jest ciąg pusty (""). Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with 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ż