Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The timezone offset in effect on the checkin date.
Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property TimeZoneOffset As String
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public string TimeZoneOffset { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property String^ TimeZoneOffset {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member TimeZoneOffset : string with get, set
function get TimeZoneOffset () : String 
function set TimeZoneOffset (value : String)
Property Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.