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
- 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.