Właściwość ExtensionParameter.Name
Pobiera nazwę ustawienie informacji o urządzeniu.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property Name As String
Get
Set
'Użycie
Dim instance As ExtensionParameter
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 zawierające nazwę ustawienia urządzenia informacji.Tylko do odczytu.
Zobacz także