Udostępnij za pośrednictwem


Właściwość Setting.Name

Pobiera nazwę ustawienia.

Przestrzeń nazw:  Microsoft.ReportingServices.Interfaces
Zestawy:   Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Składnia

'Deklaracja
Public Property Name As String
    Get
    Set
'Użycie
Dim instance As Setting
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Wartość właściwości

Typ: System.String
A ciąg wartość reprezentującą nazwę ustawienia.