Share via


IComponentCreator.IsTransitionCreator Property

When we are transitioning service to use resource manager, we must specify one component factory that will to create component until service is registered.

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

Syntax

'Declaration
ReadOnly Property IsTransitionCreator As Boolean
bool IsTransitionCreator { get; }
property bool IsTransitionCreator {
    bool get ();
}
abstract IsTransitionCreator : bool with get
function get IsTransitionCreator () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

IComponentCreator Interface

Microsoft.TeamFoundation.Framework.Server Namespace