Share via


ServerInfoHeader.ReportServerEdition Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property ReportServerEdition As String
'Usage
Dim instance As ServerInfoHeader 
Dim value As String 

value = instance.ReportServerEdition

instance.ReportServerEdition = value
public string ReportServerEdition { get; set; }
public:
property String^ ReportServerEdition {
    String^ get ();
    void set (String^ value);
}
public function get ReportServerEdition () : String 
public function set ReportServerEdition (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ServerInfoHeader Class

ServerInfoHeader Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace