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