CustomTimeZone.StandardName Property

Gets the Standard name of the current time zone.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property StandardName As String
public override string StandardName { get; }
public:
virtual property String^ StandardName {
    String^ get () override;
}
abstract StandardName : string with get 
override StandardName : string with get
override function get StandardName () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

CustomTimeZone Class

Microsoft.TeamFoundation.Common Namespace