ExtensionParameter.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the device information setting.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

A read-only String.

See Also

ExtensionParameter Class
ReportService2005 Namespace

Return to top