ServerInfoHeader.ReportServerDateTime Property

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

Syntax

‘선언
Public Property ReportServerDateTime As String
    Get
    Set
public string ReportServerDateTime { get; set; }
public:
property String^ ReportServerDateTime {
    String^ get ();
    void set (String^ value);
}
member ReportServerDateTime : string with get, set
function get ReportServerDateTime () : String
function set ReportServerDateTime (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ServerInfoHeader Class

Microsoft.TeamFoundation.Client.Reporting Namespace