ServerInfoHeader.ReportServerEdition Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

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

Property Value

Type: System.String

See Also

ServerInfoHeader Class
ReportService2010 Namespace

Return to top