UserPreferences.Calendar Property

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

Syntax

'Declaration
Public Property Calendar As String
public string Calendar { get; set; }
public:
property String^ Calendar {
    String^ get ();
    void set (String^ value);
}
member Calendar : string with get, set
function get Calendar () : String 
function set Calendar (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

UserPreferences Class

Microsoft.TeamFoundation.Framework.Server Namespace