BuildDefinitionUpgradeCompletionEvent.TimeZoneOffset Property

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'宣言
Public Property TimeZoneOffset As String
    Get
    Set
public string TimeZoneOffset { get; set; }
public:
property String^ TimeZoneOffset {
    String^ get ();
    void set (String^ value);
}
member TimeZoneOffset : string with get, set
function get TimeZoneOffset () : String
function set TimeZoneOffset (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildDefinitionUpgradeCompletionEvent Class

Microsoft.TeamFoundation.Build.Server Namespace