Share via


ProcessTemplateUsage.IsDefault Property

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

Syntax

'Declaration
Public Property IsDefault As Boolean
public bool IsDefault { get; private set; }
public:
property bool IsDefault {
    bool get ();
    private: void set (bool value);
}
member IsDefault : bool with get, private set
function get IsDefault () : boolean 
private function set IsDefault (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ProcessTemplateUsage Class

Microsoft.TeamFoundation.Server.Core Namespace